diff options
author | Robin Houston <robin@lenny.robin> | 2011-09-08 00:44:32 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-09-08 00:44:32 +0100 |
commit | e35a213a5550382c6aeeeadf29abdd178c87ea32 (patch) | |
tree | 0f663762563a8456fb322f9ec29eaa81a9012930 | |
parent | 55ab78f81b66edbf34c806df48677a1156c499d8 (diff) |
Failing to stop the alert-tracks daemon is non-fatal
-rw-r--r-- | config/alert-tracks-debian.ugly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/alert-tracks-debian.ugly b/config/alert-tracks-debian.ugly index 730a125b4..5bd146061 100644 --- a/config/alert-tracks-debian.ugly +++ b/config/alert-tracks-debian.ugly @@ -32,7 +32,7 @@ start_daemon() { } stop_daemon() { - /sbin/start-stop-daemon --stop --pidfile "$PIDFILE" + /sbin/start-stop-daemon --stop --oknodo --pidfile "$PIDFILE" } restart() { stop; start; } |