summaryrefslogtreecommitdiffstats
path: root/php-fpm.logrotate
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-23 08:33:33 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-23 08:33:33 +0200
commitc230ad20123b11af6c2c111d3f6759c322f6715d (patch)
treeda6f22218901bafa8e49eda5a126a0df10d2e3e4 /php-fpm.logrotate
PHP 7.1.0beta1 as base package (in remi-php71)
Diffstat (limited to 'php-fpm.logrotate')
-rw-r--r--php-fpm.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/php-fpm.logrotate b/php-fpm.logrotate
new file mode 100644
index 0000000..25f9feb
--- /dev/null
+++ b/php-fpm.logrotate
@@ -0,0 +1,9 @@
+/var/log/php-fpm/*log {
+ missingok
+ notifempty
+ sharedscripts
+ delaycompress
+ postrotate
+ /bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
+ endscript
+}