Issue 134: How to add arguments?
o Confusion about quoting mitigated with documentation.
This commit is contained in:
parent
18300eddc9
commit
38fcacd6c7
1 changed files with 6 additions and 4 deletions
8
debian/shellinabox.default
vendored
8
debian/shellinabox.default
vendored
|
@ -10,7 +10,9 @@ SHELLINABOX_PORT=4200
|
||||||
# SHELLINABOX_USER=shellinabox
|
# SHELLINABOX_USER=shellinabox
|
||||||
# SHELLINABOX_GROUP=shellinabox
|
# SHELLINABOX_GROUP=shellinabox
|
||||||
|
|
||||||
# Any optional arguments (e.g. extra service definitions)
|
# Any optional arguments (e.g. extra service definitions). Make sure
|
||||||
# We disable beeps, as there have been reports of the VLC plugin crashing
|
# that that argument is quoted.
|
||||||
|
#
|
||||||
|
# Beeps are disabled because of reports of the VLC plugin crashing
|
||||||
# Firefox on Linux/x86_64.
|
# Firefox on Linux/x86_64.
|
||||||
SHELLINABOX_ARGS=--no-beep
|
SHELLINABOX_ARGS="--no-beep"
|
||||||
|
|
Loading…
Reference in a new issue