lighttpd: include some updates from old repository package

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo
2014-09-20 20:28:03 -04:00
parent 032feefa7d
commit 4ec9d99303
3 changed files with 90 additions and 431 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ SERVICE_USE_PID=1
START=50
start() {
[ -d /var/log/lighttpd ] || mkdir -p /var/log/lighttpd
chmod 0777 /var/log/lighttpd
mkdir -m 0755 -p /var/log/lighttpd
service_start /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
}