diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-06-16 10:21:47 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-06-16 10:21:47 +0000 |
commit | e7cf918ea3844d512f369c1ac70d235943df2ad9 (patch) | |
tree | 5cf4c2bd0e10332018069f9586fa304850b63f4d /www/lighttpd/files | |
parent | - Update to version 2j (diff) |
Do a configtest before performing a graceful restart
Diffstat (limited to 'www/lighttpd/files')
-rw-r--r-- | www/lighttpd/files/lighttpd.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/lighttpd/files/lighttpd.sh.in b/www/lighttpd/files/lighttpd.sh.in index 3c8c37b0a227..b003ab57468a 100644 --- a/www/lighttpd/files/lighttpd.sh.in +++ b/www/lighttpd/files/lighttpd.sh.in @@ -50,6 +50,7 @@ fi command=%%PREFIX%%/sbin/lighttpd stop_postcmd=stop_postcmd restart_precmd="lighttpd_checkconfig" +graceful_precmd="lighttpd_checkconfig" graceful_cmd="lighttpd_graceful" gracefulstop_cmd="lighttpd_gracefulstop" configtest_cmd="lighttpd_checkconfig" |