2212ea7606
Instead, switch to visual bell. Made this the default for the Debian package. git-svn-id: https://shellinabox.googlecode.com/svn/trunk@35 0da03de8-d603-11dd-86c2-0f8696b7b6f9
10 lines
330 B
Text
10 lines
330 B
Text
# Should shellinaboxd start automatically
|
|
SHELLINABOX_DAEMON_START=1
|
|
|
|
# TCP port that shellinboxd's webserver listens on
|
|
SHELLINABOX_PORT=4200
|
|
|
|
# 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
|