]> git.pld-linux.org Git - packages/php.git/blob - php-fpm.logrotate
fpm conf: update correct include path (disabled as empty dir produces warnings)
[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.022617 seconds and 3 git commands to generate.