Remove pid file on privoxy stop in init.d script
authorRoland Rosenfeld <roland@spinnaker.de>
Sat, 6 Dec 2003 22:24:40 +0000 (22:24 +0000)
committerRoland Rosenfeld <roland@spinnaker.de>
Sat, 6 Dec 2003 22:24:40 +0000 (22:24 +0000)
debian/init.d

index 012668d..55b3715 100644 (file)
@@ -24,6 +24,7 @@ case "$1" in
        echo -n "Stopping $DESC: "
        start-stop-daemon --oknodo --stop --quiet --pidfile $PIDFILE \
                --exec $DAEMON
+       rm -f $PIDFILE
        echo "$NAME."
        ;;
   #reload)