diff options
Diffstat (limited to 'www/lighttpd/files/lighttpd.sh.tmpl')
-rw-r--r-- | www/lighttpd/files/lighttpd.sh.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lighttpd/files/lighttpd.sh.tmpl b/www/lighttpd/files/lighttpd.sh.tmpl index 18bedcba9bf1..f42d93cdbeac 100644 --- a/www/lighttpd/files/lighttpd.sh.tmpl +++ b/www/lighttpd/files/lighttpd.sh.tmpl @@ -37,7 +37,7 @@ stop_postcmd() lighttpd_enable=${lighttpd_enable:-"NO"} lighttpd_conf=${lighttpd_conf:-"%%PREFIX%%/etc/lighttpd.conf"} -command_args="-f ${lighttpd_conf}" - load_rc_config $name + +command_args="-f ${lighttpd_conf}" run_rc_command "$1" |