summaryrefslogtreecommitdiff
path: root/debian/echolot.logrotate
blob: 0397e161dbf625408ce0f8ec08b5f09ee2e08270 (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
	endscript
	create 640 echolot adm
}