diff options
Diffstat (limited to 'debian/init.d')
-rw-r--r-- | debian/init.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/init.d b/debian/init.d index 47a10a0832e..59e94ae51d6 100644 --- a/debian/init.d +++ b/debian/init.d @@ -127,6 +127,7 @@ start_server() { stop_server() { # Stop the process using the wrapper start-stop-daemon --stop --quiet --pidfile $PIDFILE \ + --retry 300 \ --user $DAEMONUSER \ --exec $DAEMON errcode=$? |