slackbuilds_ponce/network/murmur/murmur.logrotate

16 lines
219 B
Text
Raw Normal View History

@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
}