aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7/php7-fpm.logrotate
blob: 10e53e46832a20522146e1bbcf16eeae095036d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/var/log/php7/*.log {
	rotate 7
	daily
	missingok
	notifempty
	delaycompress
	compress
	dateext
	sharedscripts
	postrotate
		/etc/init.d/php-fpm7 --ifstarted --quiet reopen
	endscript
}