mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
1b4b316c56
Added the optional dependency lua. Fixed php.ini location in README.SLACKWARE and hardcoded lighttpd user (thanks to Andrzej Telszewski) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
16 lines
279 B
Text
16 lines
279 B
Text
/var/log/lighttpd/*.log {
|
|
su @USER@ @GROUP@
|
|
daily
|
|
missingok
|
|
copytruncate
|
|
rotate 7
|
|
create 0644 @USER@ @GROUP@
|
|
compress
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
if [ -x /etc/rc.d/rc.lighttpd -a -f /var/run/lighttpd.pid ]; then
|
|
/etc/rc.d/rc.lighttpd reload
|
|
fi
|
|
endscript
|
|
}
|