mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
16 lines
219 B
Text
16 lines
219 B
Text
|
@LOGFILE@ {
|
||
|
weekly
|
||
|
rotate 7
|
||
|
compress
|
||
|
create 660 @USER@ @GROUP@
|
||
|
delaycompress
|
||
|
missingok
|
||
|
notifempty
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
if [ -x /etc/rc.d/rc.murmur ]; then
|
||
|
/etc/rc.d/rc.murmur restart
|
||
|
fi
|
||
|
endscript
|
||
|
}
|