aports/main/apache2/apache2.logrotate
2015-11-04 10:31:16 +00:00

10 lines
208 B
Text

/var/log/apache2/*log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
/etc/init.d/apache2 --quiet --ifstarted reload > /dev/null 2>/dev/null || true
endscript
}