slackbuilds_ponce/network/murmur/murmur.logrotate
Robby Workman dbfd826b2e network/murmur: Fixed logrotate script (added "su" directive)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-09-12 18:06:32 -05:00

16 lines
238 B
Text

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