diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-18 17:55:06 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-18 17:55:06 +0200 |
commit | 8705eeacb188bc49c968280948e63c16ceb8cc7e (patch) | |
tree | 3f73ef7765b71efdb4dde4d397e04fe0c14db933 /php-fpm.service | |
parent | 2409ad27429eed7dadfab7b5f363ddd1de9a64c8 (diff) |
php 5.5: test build with systemd integration
Diffstat (limited to 'php-fpm.service')
-rw-r--r-- | php-fpm.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-fpm.service b/php-fpm.service index d90ed8c..ea09910 100644 --- a/php-fpm.service +++ b/php-fpm.service @@ -3,6 +3,7 @@ Description=The PHP FastCGI Process Manager After=syslog.target network.target [Service] +Type=notify PIDFile=/run/php-fpm/php-fpm.pid EnvironmentFile=/etc/sysconfig/php-fpm ExecStart=/usr/sbin/php-fpm --nodaemonize |