diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-02 17:45:01 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-02 17:45:01 +0200 |
commit | 03d502e571b375ffd276b192ecd5128306ab3ef1 (patch) | |
tree | 2d0ddcacaecc662ee5dd362a0120cecaaa754fbc /php/php-fpm.logrotate | |
parent | 2f81cc3673b7f31e71f40dc47c9242c4ea410869 (diff) |
reorg repo
Diffstat (limited to 'php/php-fpm.logrotate')
-rw-r--r-- | php/php-fpm.logrotate | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/php/php-fpm.logrotate b/php/php-fpm.logrotate deleted file mode 100644 index 25f9feb..0000000 --- a/php/php-fpm.logrotate +++ /dev/null @@ -1,9 +0,0 @@ -/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 -} |