summaryrefslogtreecommitdiff
path: root/user/lighttpd/lighttpd.initd
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-11-02 14:03:53 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2023-11-03 14:36:56 -0400
commite08c32a45393aa31f660e138415a5bbe7603ee8d (patch)
tree5cd36bdecc5aae71809912ee71b8fe5296eccc17 /user/lighttpd/lighttpd.initd
parent7f11dddb9a842e04989855b18549e12783c287f4 (diff)
downloadpackages-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.initd2
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() {