2006-05-12 18:47:06 +02:00
|
|
|
# boot configuration file for the CryptoBox
|
|
|
|
#
|
|
|
|
# $Id$
|
|
|
|
#
|
|
|
|
# the default setup of the cryptobox is complete inactivity
|
|
|
|
|
2006-11-22 16:21:21 +01:00
|
|
|
# set to "0" to enable the startup of the cryptobox - otherwise "1"
|
2006-05-12 18:47:06 +02:00
|
|
|
NO_START=1
|
|
|
|
|
2006-11-23 20:13:08 +01:00
|
|
|
# the user that should execute the cryptobox
|
2006-11-22 16:21:21 +01:00
|
|
|
RUNAS=cryptobox
|
2006-11-23 20:13:08 +01:00
|
|
|
|
|
|
|
# listening port
|
|
|
|
PORT=8080
|
|
|
|
|
|
|
|
# log file of the webserver
|
|
|
|
LOGFILE=/var/log/cryptobox/webserver.log
|
|
|
|
|
|
|
|
# some more server options (rarely necessary)
|
|
|
|
#SERVER_OPTS="--host localhost --datadir=/usr/share/cryptobox/html"
|
|
|
|
|