lighttpd/lighttpd.logrotate
2021-02-03 09:56:47 +08:00

9 lines
159 B
Plaintext

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