2015-05-08 12:10:37 +02:00
|
|
|
# Should shellinaboxd start automatically
|
2015-05-08 12:03:12 +02:00
|
|
|
SHELLINABOX_DAEMON_START=1
|
|
|
|
|
|
|
|
# TCP port that shellinboxd's webserver listens on
|
2017-08-28 16:34:15 +02:00
|
|
|
SHELLINABOX_PORT=__PORT__
|
2015-05-08 12:03:12 +02:00
|
|
|
|
|
|
|
# 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). Make sure
|
|
|
|
# that that argument is quoted.
|
|
|
|
#
|
|
|
|
# Beeps are disabled because of reports of the VLC plugin crashing
|
|
|
|
# Firefox on Linux/x86_64.
|
2018-03-07 21:03:01 +01:00
|
|
|
SHELLINABOX_ARGS="--no-beep --localhost-only --disable-ssl"
|