diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-01 20:52:25 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-01 20:52:25 (GMT) |
commit | 427e01961c6ed50ac990f5327d00a7e42c3a2a69 (patch) | |
tree | 879f9e656b1bed27e8ef3084314262d57f25a061 /abs/core/php/php-fpm.service | |
parent | 3202a396e855bfcc02a639d9b9cefd6bc44f1c40 (diff) | |
download | linhes_pkgbuild-427e01961c6ed50ac990f5327d00a7e42c3a2a69.zip linhes_pkgbuild-427e01961c6ed50ac990f5327d00a7e42c3a2a69.tar.gz linhes_pkgbuild-427e01961c6ed50ac990f5327d00a7e42c3a2a69.tar.bz2 |
php: updated to 5.4.8
see __changelog for details on php.ini
refs #857
Diffstat (limited to 'abs/core/php/php-fpm.service')
-rw-r--r-- | abs/core/php/php-fpm.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/php/php-fpm.service b/abs/core/php/php-fpm.service index e29f7c2..fc5ead6 100644 --- a/abs/core/php/php-fpm.service +++ b/abs/core/php/php-fpm.service @@ -1,12 +1,12 @@ [Unit] -Description=FastCGI Process Manager for PHP +Description=The PHP FastCGI Process Manager After=syslog.target network.target [Service] Type=forking PIDFile=/run/php-fpm/php-fpm.pid PrivateTmp=true -ExecStart=/usr/sbin/php-fpm +ExecStart=/usr/sbin/php-fpm --daemonize --pid /run/php-fpm/php-fpm.pid ExecReload=/bin/kill -USR2 $MAINPID [Install] |