]> git.pld-linux.org Git - packages/php.git/blob - php-fpm.logrotate
- make it possible to coinstall phpXY-pdo-pgsql
[packages/php.git] / php-fpm.logrotate
1 /var/log/php/@processname@.log
2 /var/log/php/@processname@-slow.log
3 {
4         su root http
5         notifempty
6         missingok
7         create 600 root root
8         sharedscripts
9         postrotate
10                 /sbin/service php-fpm flush-logs > /dev/null
11         endscript
12 }
This page took 0.031359 seconds and 3 git commands to generate.