]> git.pld-linux.org Git - packages/php.git/blobdiff - php-fpm.logrotate
- drop if clause introduced in commit 20dcadbb (guard clause for rpm 4.16),
[packages/php.git] / php-fpm.logrotate
index 24172c6c7f9690b55cec533180638816a649ebbe..f6d1c52112f4782e0c3370e8a801315273722f03 100644 (file)
@@ -1,8 +1,10 @@
 /var/log/php/@processname@.log
 {
+       su root http
        notifempty
        missingok
        create 600 root root
+       olddir /var/log/archive/php
        sharedscripts
        postrotate
                /sbin/service @processname@ flush-logs > /dev/null
This page took 0.074963 seconds and 4 git commands to generate.