jobextra/lighttpd/lighttpd.logrotate.d

10 lines
146 B
Makefile

/var/log/lighttpd/*log {
missingok
copytruncate
notifempty
sharedscripts
postrotate
systemctl reload lighttpd.service || true
endscript
}