diff options
Diffstat (limited to 'other/bootstrap_daemon/tox-bootstrapd.sh')
-rw-r--r-- | other/bootstrap_daemon/tox-bootstrapd.sh | 2 |
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" | |||
15 | NAME=tox-bootstrapd | 15 | NAME=tox-bootstrapd |
16 | DAEMON=/usr/local/bin/$NAME | 16 | DAEMON=/usr/local/bin/$NAME |
17 | CFGFILE=/etc/$NAME.conf | 17 | CFGFILE=/etc/$NAME.conf |
18 | DAEMON_ARGS="$CFGFILE" | 18 | DAEMON_ARGS="--config $CFGFILE" |
19 | PIDDIR=/var/run/$NAME | 19 | PIDDIR=/var/run/$NAME |
20 | PIDFILE=$PIDDIR/$NAME.pid | 20 | PIDFILE=$PIDDIR/$NAME.pid |
21 | SCRIPTNAME=/etc/init.d/$NAME | 21 | SCRIPTNAME=/etc/init.d/$NAME |