commit 0556aa19011bb16e58bf436fc0199e18c4f3ec21 from: Alexander Barton date: Sat Oct 26 19:34:56 2013 UTC ngircd.init: Make sure no stale PID file is left over commit - 48698f14a283fe1b618ab7b09cb8d7a552bda61c commit + 0556aa19011bb16e58bf436fc0199e18c4f3ec21 blob - 8639e2295b9203550557341eb0601210865fe0c9 blob + 5c8c46cab82341f20f3d02a20449299db98911f5 --- contrib/Debian/ngircd.init +++ contrib/Debian/ngircd.init @@ -84,6 +84,7 @@ Do_Start() { log_warning_msg "$NAME seems to be already running, nothing to do." exit 0 fi + rm -f "$PIDFILE" start-stop-daemon --start \ --quiet --exec $DAEMON -- $PARAMS sleep $STARTTIME