2013-01-23 16:19:57 +10:30
|
|
|
# This file controls the system-wide Serval DNA daemon
|
|
|
|
|
|
|
|
# START_DAEMON
|
|
|
|
# Set this to 'yes' to allow the daemon to start at boot time. Any other value
|
|
|
|
# means the /etc/init.d/serval-dna script will not start the daemon.
|
|
|
|
#START_DAEMON=yes
|
|
|
|
|
2013-01-24 13:24:11 +10:30
|
|
|
# USER
|
|
|
|
# Set this to start the daemon running as the given user.
|
|
|
|
#USER=serval
|
|
|
|
|
2013-01-23 16:19:57 +10:30
|
|
|
# SERVALINSTANCE_PATH
|
2013-01-24 13:24:11 +10:30
|
|
|
# Set this to make the daemon use an instance path other than the default.
|
|
|
|
#SERVALINSTANCE_PATH=/var/serval-node
|
2013-01-23 16:19:57 +10:30
|
|
|
|
|
|
|
# DAEMON
|
|
|
|
# Set to use an executable installed in a non-standard location, eg,
|
|
|
|
# /usr/local/sbin.
|
|
|
|
#DAEMON=/usr/sbin/servald
|