jobextra/lighttpd/lighttpd.logrotate.d
2022-08-09 03:18:08 +03:00

10 lines
146 B
Makefile

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