Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-backports-src > by-pkgid > e72da0c3b767c43e383b3f2efb187867 > files > 82

php-7.2.21-1.mga6.src.rpm

/var/log/php-fpm/*.log {
    rotate 5
    monthly
    missingok
    create 640 apache apache
    notifempty
    nocompress
    postrotate
	/bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` > /dev/null 2>&1 || :
    endscript
}