From a946ec5d8af252564c2f6ec44048019d7c109c82 Mon Sep 17 00:00:00 2001 From: pongtawat Date: Mon, 26 Dec 2016 17:50:50 +0700 Subject: [PATCH] Bug 17814: koha-plack --stop should make sure that Plack really stop --- debian/scripts/koha-plack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-plack b/debian/scripts/koha-plack index ed0f42103d..8e24db12bc 100755 --- a/debian/scripts/koha-plack +++ b/debian/scripts/koha-plack @@ -108,7 +108,7 @@ stop_plack() log_daemon_msg "Stopping Plack daemon for ${instancename}" - if start-stop-daemon --pidfile ${PIDFILE} --stop; then + if start-stop-daemon --pidfile ${PIDFILE} --stop --retry=TERM/30/KILL/5; then log_end_msg 0 else log_end_msg 1 -- 2.11.0