]> git.pld-linux.org Git - packages/php.git/blob - php-fpm.logrotate
- rel 16; SECURITY; fixes http://akat1.pl/?id=1
[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.143562 seconds and 3 git commands to generate.