# Config file for /etc/init.d/sharedance ### MAIN CONFIG ### # bind address, use empty string, * or any for all interfaces BIND=localhost # PORT to listen on #PORT=1042 # Session storage directory #SESSIONDIR=/var/spool/sharedance # Timeout in seconds #TIMEOUT=60 # Expiration time in seconds #EXPIRY=1800 # User and group to operate under, must be numeric #UID= #GID= # File where the pid is being stored #PIDFILE="/var/run/sharedance.pid" ### TUNING ### # Listen backlog #BACKLOG=100 # Read buffer size in bytes #READ_BUFFER=4096 # Maximum read size in bytes #READ_MAX=33554432 # Locale to run under LC_ALL=C ### DEBUGGING ### # yes or no. This just affects the logging verbosity #DEBUG=no