mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
dbfd826b2e
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
16 lines
238 B
Text
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
|
|
}
|