diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2023-11-02 14:03:53 -0400 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2023-11-03 14:36:56 -0400 |
commit | e08c32a45393aa31f660e138415a5bbe7603ee8d (patch) | |
tree | 5cd36bdecc5aae71809912ee71b8fe5296eccc17 /user/lighttpd/lighttpd.initd | |
parent | 7f11dddb9a842e04989855b18549e12783c287f4 (diff) | |
download | packages-e08c32a45393aa31f660e138415a5bbe7603ee8d.tar.gz packages-e08c32a45393aa31f660e138415a5bbe7603ee8d.tar.bz2 packages-e08c32a45393aa31f660e138415a5bbe7603ee8d.tar.xz packages-e08c32a45393aa31f660e138415a5bbe7603ee8d.zip |
user/lighttpd: Bump to 1.4.73, modernize config
Diffstat (limited to 'user/lighttpd/lighttpd.initd')
-rw-r--r-- | user/lighttpd/lighttpd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/lighttpd/lighttpd.initd b/user/lighttpd/lighttpd.initd index 614cb2132..597b9070b 100644 --- a/user/lighttpd/lighttpd.initd +++ b/user/lighttpd/lighttpd.initd @@ -25,7 +25,7 @@ checkconfig() { ewarn "is not set. Falling back to lighttpd.pid" LIGHTTPD_PID="/run/lighttpd.pid" fi - /usr/sbin/lighttpd -t -f ${LIGHTTPD_CONF} >/dev/null + /usr/sbin/lighttpd -tt -f ${LIGHTTPD_CONF} } start() { |