summaryrefslogtreecommitdiffstats
path: root/testing/calibre/calibre.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/calibre/calibre.initd')
-rw-r--r--testing/calibre/calibre.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/calibre/calibre.initd b/testing/calibre/calibre.initd
index 92986a9a7e7..25117ed3751 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 $?
}