summaryrefslogtreecommitdiff
path: root/debian/lighttpd.init
diff options
context:
space:
mode:
Diffstat (limited to 'debian/lighttpd.init')
-rw-r--r--debian/lighttpd.init3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/lighttpd.init b/debian/lighttpd.init
index ef62e1f..6fb6dbb 100644
--- a/debian/lighttpd.init
+++ b/debian/lighttpd.init
@@ -70,7 +70,8 @@ case "$1" in
check_syntax
log_daemon_msg "Reloading $DESC configuration" $NAME
if start-stop-daemon --stop --signal INT --quiet \
- --pidfile $PIDFILE --exec $DAEMON
+ --pidfile $PIDFILE --exec $DAEMON \
+ --retry=TERM/60/KILL/5
then
rm $PIDFILE
if start-stop-daemon --start --quiet \