summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/tox-bootstrapd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/tox-bootstrapd.sh')
-rw-r--r--other/bootstrap_daemon/tox-bootstrapd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/bootstrap_daemon/tox-bootstrapd.sh b/other/bootstrap_daemon/tox-bootstrapd.sh
index 1431bde0..d33c38da 100644
--- a/other/bootstrap_daemon/tox-bootstrapd.sh
+++ b/other/bootstrap_daemon/tox-bootstrapd.sh
@@ -15,7 +15,7 @@ DESC="Tox DHT bootstrap daemon"
15NAME=tox-bootstrapd 15NAME=tox-bootstrapd
16DAEMON=/usr/local/bin/$NAME 16DAEMON=/usr/local/bin/$NAME
17CFGFILE=/etc/$NAME.conf 17CFGFILE=/etc/$NAME.conf
18DAEMON_ARGS="$CFGFILE" 18DAEMON_ARGS="--config $CFGFILE"
19PIDDIR=/var/run/$NAME 19PIDDIR=/var/run/$NAME
20PIDFILE=$PIDDIR/$NAME.pid 20PIDFILE=$PIDDIR/$NAME.pid
21SCRIPTNAME=/etc/init.d/$NAME 21SCRIPTNAME=/etc/init.d/$NAME