SOURCES: php-fpm.logrotate (NEW) - logrotate

glen glen at pld-linux.org
Sun Nov 16 17:34:39 CET 2008


Author: glen                         Date: Sun Nov 16 16:34:39 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- logrotate

---- Files affected:
SOURCES:
   php-fpm.logrotate (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-fpm.logrotate
diff -u /dev/null SOURCES/php-fpm.logrotate:1.1
--- /dev/null	Sun Nov 16 17:34:40 2008
+++ SOURCES/php-fpm.logrotate	Sun Nov 16 17:34:34 2008
@@ -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
+}
================================================================


More information about the pld-cvs-commit mailing list