diff --git a/debian/scripts/koha-plack b/debian/scripts/koha-plack index cb816a2449..5e1fc9cf65 100755 --- a/debian/scripts/koha-plack +++ b/debian/scripts/koha-plack @@ -113,7 +113,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