]> git.pld-linux.org Git - packages/php.git/blob - php-fpm.logrotate
move php.1 manual to -program (link to actual php-cli)
[packages/php.git] / php-fpm.logrotate
1 /var/log/fpm.log
2 /var/log/fpm-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.024788 seconds and 3 git commands to generate.