]> git.pld-linux.org Git - packages/php.git/blob - php-fpm.logrotate
fix fpm logs. no longer conflict with 5.3 and use existing paths
[packages/php.git] / php-fpm.logrotate
1 /var/log/@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.042337 seconds and 4 git commands to generate.