diff options
author | root <root@rshg054.dnsready.net> | 2012-10-18 01:24:49 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-18 01:24:49 -0700 |
commit | 9e3985ed7c9851da65023a0ab3d0739cce1858e2 (patch) | |
tree | 817050bac0aea21506bd81fde0bd6a07d7e2d3e4 /testing/php/php-fpm.service | |
parent | c84b2cd310f86dc50c4f52a5907cb17652e8c87c (diff) |
Thu Oct 18 01:23:58 PDT 2012
Diffstat (limited to 'testing/php/php-fpm.service')
-rw-r--r-- | testing/php/php-fpm.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php/php-fpm.service b/testing/php/php-fpm.service index e29f7c236..fc5ead6f3 100644 --- a/testing/php/php-fpm.service +++ b/testing/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] |