aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd/files/lighttpd.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/lighttpd/files/lighttpd.in')
-rw-r--r--www/lighttpd/files/lighttpd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lighttpd/files/lighttpd.in b/www/lighttpd/files/lighttpd.in
index 3ea8749e615e..3daddadd7b73 100644
--- a/www/lighttpd/files/lighttpd.in
+++ b/www/lighttpd/files/lighttpd.in
@@ -77,7 +77,7 @@ lighttpd_checkconfig()
lighttpd_gracefulstop()
{
echo "Stopping ${name} gracefully."
- sig_reload="INT"
+ sig_reload="SIGUSR1"
run_rc_command reload
}