mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 01:22:44 +00:00
stopping a stopped daemon should not fail.
Monotone-Parent: af376f6da2887cfa1d81ea2a63d137713304b757 Monotone-Revision: 2c1d66ae690f870d8322c7ae173e86f08455f25f Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-02-02T21:56:32
This commit is contained in:
2
debian/sogo.init
vendored
2
debian/sogo.init
vendored
@@ -75,7 +75,7 @@ case "$1" in
|
||||
;;
|
||||
stop)
|
||||
log_daemon_msg "Stopping $DESC" "$NAME"
|
||||
start-stop-daemon --stop --pidfile $PIDFILE --retry=TERM/20/KILL/5
|
||||
start-stop-daemon --stop --pidfile $PIDFILE --retry=TERM/20/KILL/5 --oknodo
|
||||
log_end_msg 0
|
||||
;;
|
||||
restart|force-reload)
|
||||
|
||||
Reference in New Issue
Block a user