mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
60b413b172
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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
|
|
}
|