]> git.pld-linux.org Git - packages/php.git/blob - php-fpm.logrotate
up to 5.5.0 alpha6
[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.037363 seconds and 4 git commands to generate.