slackbuilds_ponce/network/lighttpd/lighttpd.logrotate
2010-05-12 17:43:42 +02:00

15 lines
263 B
Text

/var/log/lighttpd/*.log {
daily
missingok
copytruncate
rotate 7
create 0644 lighttpd lighttpd
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
}