web/SOURCES/lighttpd.logrotate

9 lines
159 B
Plaintext

/var/log/lighttpd/*log {
missingok
notifempty
sharedscripts
postrotate
/usr/bin/killall -HUP lighttpd &>/dev/null || :
endscript
}