summarylogtreecommitdiffstats
path: root/murmur.logrotate
blob: 1934fcb66d10f93112f2c532e003b03e0916c9ce (plain)
1
2
3
4
5
6
7
8
9
10
/var/log/murmur/murmur.log {
	weekly
	rotate 7
	compress
	delaycompress
	missingok
	postrotate
		systemctl restart murmur.service
	endscript
}