81845fd5f7
default values needed by the system startup script. git-svn-id: https://shellinabox.googlecode.com/svn/trunk@101 0da03de8-d603-11dd-86c2-0f8696b7b6f9
16 lines
521 B
Text
16 lines
521 B
Text
# Should shellinaboxd start automatically
|
|
SHELLINABOX_DAEMON_START=1
|
|
|
|
# TCP port that shellinboxd's webserver listens on
|
|
SHELLINABOX_PORT=4200
|
|
|
|
# Parameters that are managed by the system and usually should not need
|
|
# changing:
|
|
# SHELLINABOX_DATADIR=/var/lib/shellinabox
|
|
# SHELLINABOX_USER=shellinabox
|
|
# SHELLINABOX_GROUP=shellinabox
|
|
|
|
# Any optional arguments (e.g. extra service definitions)
|
|
# We disable beeps, as there have been reports of the VLC plugin crashing
|
|
# Firefox on Linux/x86_64.
|
|
SHELLINABOX_ARGS=--no-beep
|