diff options
Diffstat (limited to 'testing/calibre')
-rw-r--r-- | testing/calibre/calibre.initd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/calibre/calibre.initd b/testing/calibre/calibre.initd index 92986a9a7e..25117ed375 100644 --- a/testing/calibre/calibre.initd +++ b/testing/calibre/calibre.initd @@ -11,6 +11,7 @@ start() { } stop() { + ebegin "Stopping Calibre Server" start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE - rm -f $PIDFILE + eend $? } |