summaryrefslogtreecommitdiff
path: root/debian/echolot.logrotate
blob: dd105d68cb1ba891ee9c9481479a28e9b9b98da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/var/log/echolot/echolot.log {
	weekly
	rotate 5
	compress
	missingok
	notifempty
	postrotate
		/etc/init.d/echolot process > /dev/null
	endscript
	create 640 echolot adm
}