mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
13 lines
168 B
Text
13 lines
168 B
Text
|
/var/log/thttpd.log {
|
||
|
daily
|
||
|
rotate 5
|
||
|
compress
|
||
|
delaycompress
|
||
|
missingok
|
||
|
notifempty
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/etc/rc.d/rc.thttpd restart
|
||
|
endscript
|
||
|
}
|