summarylogtreecommitdiffstats
path: root/logrotate
blob: e08eef474b4b4583143f3d9923f663ee7a2e48bb (plain)
1
2
3
4
5
6
7
8
9
10
/var/log/angie/*log {
	missingok
	notifempty
	create 640 http log
	sharedscripts
	compress
	postrotate
		test ! -r /run/angie.pid || kill -USR1 `cat /run/angie.pid`
	endscript
}