summaryrefslogtreecommitdiffstats
path: root/network/murmur/murmur.logrotate
blob: a74e6297fd66bab4d8da03b8b393c36c48edab37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@LOGFILE@ {
	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
}