mirror of
git://slackware.nl/current.git
synced 2025-01-06 05:25:20 +01:00
13 lines
171 B
Text
13 lines
171 B
Text
|
/var/log/httpd/*_log {
|
||
|
rotate 10
|
||
|
notifempty
|
||
|
missingok
|
||
|
size 5M
|
||
|
compress
|
||
|
delaycompress
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/etc/rc.d/rc.httpd restart
|
||
|
endscript
|
||
|
}
|