Issue 134: How to add arguments?

o Confusion about quoting mitigated with documentation.
This commit is contained in:
Marc Singer 2012-03-31 15:44:15 -07:00
parent 18300eddc9
commit 38fcacd6c7

View file

@ -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"