summaryrefslogtreecommitdiffstats
path: root/abs/core/php/logrotate.d.php-fpm
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-16 00:03:59 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-16 00:03:59 (GMT)
commitb90e9ef668828634480e31a3286b7e626b8a7bd1 (patch)
treee1d958d05f05334d4064af6eeea61ebb3d4b6a2d /abs/core/php/logrotate.d.php-fpm
parent237df8ca287f8109dad86a73072853fd8d7670ff (diff)
downloadlinhes_pkgbuild-b90e9ef668828634480e31a3286b7e626b8a7bd1.zip
linhes_pkgbuild-b90e9ef668828634480e31a3286b7e626b8a7bd1.tar.gz
linhes_pkgbuild-b90e9ef668828634480e31a3286b7e626b8a7bd1.tar.bz2
php: update to 5.5.11. refs #961
Diffstat (limited to 'abs/core/php/logrotate.d.php-fpm')
-rw-r--r--abs/core/php/logrotate.d.php-fpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/php/logrotate.d.php-fpm b/abs/core/php/logrotate.d.php-fpm
index ac2d92a..1895c5b 100644
--- a/abs/core/php/logrotate.d.php-fpm
+++ b/abs/core/php/logrotate.d.php-fpm
@@ -3,6 +3,6 @@
notifempty
delaycompress
postrotate
- kill -USR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
+ systemctl reload php-fpm.service || true
endscript
}