summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/tox-bootstrapd.sh
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2016-01-04 22:43:36 -0500
committerirungentoo <irungentoo@gmail.com>2016-01-04 22:43:36 -0500
commitc6bed82d47aa39709bdd568fccc3847714ed1b74 (patch)
tree4e2dd8676a53e78a5b84e3abd68cdbe82a636737 /other/bootstrap_daemon/tox-bootstrapd.sh
parent760f20c9455c2ef33ec9d242f209a1543f6acaf4 (diff)
parent9d1efd594914629204d4cd1a84678daf67eb8068 (diff)
Merge branch 'tox-bootstrapd-docker-support' of https://github.com/nurupo/InsertProjectNameHere
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