9619327ddb
o Use of runtime linkage emperils correctness of package. So, runtime linking disabled in configuration. o Workaround using environment variables to pass the names of the shared libraries into the daemon is disabled. o Auxiliary source file used to determine the current soname for libssl is removed.
18 lines
566 B
Text
18 lines
566 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). 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"
|