slackbuilds/network/mumble-server/mumble-server.logrotate

17 lines
252 B
Plaintext

@LOGFILE@ {
su @USER@ @GROUP@
weekly
rotate 7
compress
create 660 @USER@ @GROUP@
delaycompress
missingok
notifempty
sharedscripts
postrotate
if [ -x /etc/rc.d/rc.mumble-server ]; then
/etc/rc.d/rc.mumble-server restart
fi
endscript
}