]> git.pld-linux.org Git - packages/php.git/blob - php-fpm.logrotate
24172c6c7f9690b55cec533180638816a649ebbe
[packages/php.git] / php-fpm.logrotate
1 /var/log/php/@processname@.log
2 {
3         notifempty
4         missingok
5         create 600 root root
6         sharedscripts
7         postrotate
8                 /sbin/service @processname@ flush-logs > /dev/null
9         endscript
10 }
This page took 0.019766 seconds and 3 git commands to generate.