]> git.pld-linux.org Git - packages/php.git/blobdiff - php-fpm.logrotate
Drop unused patches
[packages/php.git] / php-fpm.logrotate
index 3bec7c1a11e7ba613b5ee84c267fc667c5a03dc8..f6d1c52112f4782e0c3370e8a801315273722f03 100644 (file)
@@ -1,11 +1,12 @@
-/var/log/fpm.log
-/var/log/fpm-slow.log
+/var/log/php/@processname@.log
 {
+       su root http
        notifempty
        missingok
        create 600 root root
+       olddir /var/log/archive/php
        sharedscripts
        postrotate
-               /sbin/service php-fpm flush-logs > /dev/null
+               /sbin/service @processname@ flush-logs > /dev/null
        endscript
 }
This page took 0.047583 seconds and 4 git commands to generate.