summaryrefslogblamecommitdiffstats
path: root/network/mumble-server/mumble-server.logrotate
blob: 5abd3b2ac1b990fb0e9a29e8af32de5facf4d420 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















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