From 8705eeacb188bc49c968280948e63c16ceb8cc7e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 May 2013 17:55:06 +0200 Subject: php 5.5: test build with systemd integration --- php-fpm.service | 1 + 1 file changed, 1 insertion(+) (limited to 'php-fpm.service') 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 -- cgit