]> TLD Linux GIT Repositories - packages/php.git/blobdiff - php-fpm.logrotate
- remove everything, we'll merge PHP 5.4 into clean repo
[packages/php.git] / php-fpm.logrotate
diff --git a/php-fpm.logrotate b/php-fpm.logrotate
deleted file mode 100644 (file)
index 3e4c230..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/var/log/php/@processname@.log
-{
-       su root http
-       notifempty
-       missingok
-       create 600 root root
-       sharedscripts
-       postrotate
-               /sbin/service @processname@ flush-logs > /dev/null
-       endscript
-}