]> git.pld-linux.org Git - packages/php.git/commitdiff
- logrotate
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 16 Nov 2008 16:34:34 +0000 (16:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-fpm.logrotate -> 1.1

php-fpm.logrotate [new file with mode: 0644]

diff --git a/php-fpm.logrotate b/php-fpm.logrotate
new file mode 100644 (file)
index 0000000..3996fb2
--- /dev/null
@@ -0,0 +1,11 @@
+/var/log/fpm.log
+/var/log/fpm-slow.log
+{
+       notifempty
+       missingok
+       create 600 root root
+       sharedscripts
+       postrotate
+               /sbin/service php-fpm flush-logs
+       endscript
+}
This page took 0.044893 seconds and 4 git commands to generate.