]> git.pld-linux.org Git - packages/php.git/blobdiff - php-fpm.logrotate
This commit was manufactured by cvs2git to create branch 'DEVEL'.
[packages/php.git] / php-fpm.logrotate
diff --git a/php-fpm.logrotate b/php-fpm.logrotate
new file mode 100644 (file)
index 0000000..3bec7c1
--- /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 > /dev/null
+       endscript
+}
This page took 0.036056 seconds and 4 git commands to generate.