2008-12-30 00:57:07 +01:00
|
|
|
# Should shellinaboxd start automatically
|
|
|
|
SHELLINABOX_DAEMON_START=1
|
|
|
|
|
|
|
|
# TCP port that shellinboxd's webserver listens on
|
|
|
|
SHELLINABOX_PORT=4200
|
|
|
|
|
2009-03-30 18:09:37 +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
|
|
|
|
|
2012-04-07 19:53:29 +02:00
|
|
|
# Names of openssl libraries to load dynamically.
|
|
|
|
SHELLINABOX_LIBSSL_SO=libssl.so.1.0.0
|
|
|
|
SHELLINABOX_LIBCRYPTO_SO=libcrypto.so.1.0.0
|
|
|
|
|
2012-04-01 00:44:15 +02:00
|
|
|
# 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.
|
|
|
|
SHELLINABOX_ARGS="--no-beep"
|