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