This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
e2cd0c4b9f
a909d2d7a2
commit
930fbad74d
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save