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