1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-14 08:01:11 +01:00
slackware-current/source/n/httpd/logrotate.httpd

13 lines
171 B
Text
Raw Normal View History

/var/log/httpd/*_log {
rotate 10
notifempty
missingok
size=5M
compress
delaycompress
sharedscripts
postrotate
/etc/rc.d/rc.httpd restart
endscript
}