Browse Source

Merge pull request #120 from chris5560/master

[PATCH] lighttpd: errorlog failed as non root user
lilik-openwrt-22.03
Thomas Heil 10 years ago
parent
commit
930fbad74d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/lighttpd/files/lighttpd.init

+ 2
- 1
net/lighttpd/files/lighttpd.init View File

@ -6,7 +6,8 @@ SERVICE_USE_PID=1
START=50
start() {
mkdir -m 0755 -p /var/log/lighttpd
[ -d /var/log/lighttpd ] || mkdir -p /var/log/lighttpd
chmod 0777 /var/log/lighttpd
service_start /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
}


Loading…
Cancel
Save