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