Home | History | Annotate | Download | only in sys

Lines Matching refs:PIDFILE

16 # in do_start() to add --make-pidfile, --background, and --chuid.
26 PIDFILE=/var/run/$NAME.pid
52 start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON --make-pidfile --background --chuid webtry --test > /dev/null \
54 start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON --make-pidfile --background --chuid webtry --exec $DAEMON -- \
72 start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME
84 rm -f $PIDFILE
97 start-stop-daemon --stop --signal 1 --quiet --pidfile $PIDFILE --name $NAME