]> git.pld-linux.org Git - packages/php.git/blame_incremental - php-fpm.logrotate
use /var/run for fpm pid files
[packages/php.git] / php-fpm.logrotate
... / ...
CommitLineData
1/var/log/php/@processname@.log
2/var/log/php/@processname@-slow.log
3{
4 notifempty
5 missingok
6 create 600 root root
7 sharedscripts
8 postrotate
9 /sbin/service php-fpm flush-logs > /dev/null
10 endscript
11}
This page took 0.020519 seconds and 4 git commands to generate.