No longer use --pidfile, --logfile, and --runasdaemon command line options. Set them in the configfile instead.

svn:r2779
This commit is contained in:
Peter Palfrader
2004-11-10 03:42:06 +00:00
parent d5b945153b
commit 02f44290e0
6 changed files with 82 additions and 4 deletions
+1 -2
View File
@@ -6,11 +6,10 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/tor
NAME=tor
DESC="tor daemon"
TORLOG=/var/log/tor/log
TORPID=/var/run/tor/tor.pid
DEFAULTSFILE=/etc/default/$NAME
WAITFORDAEMON=10
ARGS="--pidfile $TORPID --logfile $TORLOG --runasdaemon 1"
ARGS=""
test -x $DAEMON || exit 0