slackbuilds_ponce/network/murmur/murmur.logrotate

17 lines
238 B
Text
Raw Normal View History

@LOGFILE@ {
su @USER@ @GROUP@
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
}