9 lines
146 B
Makefile
9 lines
146 B
Makefile
/var/log/lighttpd/*log {
|
|
missingok
|
|
copytruncate
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
systemctl reload lighttpd.service || true
|
|
endscript
|
|
}
|