summaryrefslogtreecommitdiffstats
path: root/network/murmur/murmur.logrotate
blob: 4d0c2f82bf3462f9cdd6027fdbb8ab46694e3b79 (plain)
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.murmur ]; then
			/etc/rc.d/rc.murmur restart
		fi
	endscript
}