summarylogtreecommitdiffstats
path: root/php-fpm.service
diff options
context:
space:
mode:
Diffstat (limited to 'php-fpm.service')
-rw-r--r--php-fpm.service8
1 files changed, 4 insertions, 4 deletions
diff --git a/php-fpm.service b/php-fpm.service
index c62a11917a38..50cf21bde9ae 100644
--- a/php-fpm.service
+++ b/php-fpm.service
@@ -3,11 +3,11 @@ Description=The PHP 5.4 FastCGI Process Manager
After=syslog.target network.target
[Service]
-Type=forking
-PIDFile=/run/php-fpm/php54-fpm.pid
+Type=notify
+PIDFile=/run/php54-fpm/php-fpm.pid
PrivateTmp=true
-ExecStart=/opt/php54/bin/php-fpm --pid /run/php-fpm/php54-fpm.pid
-ExecReload=/usr/bin/kill -USR2 $MAINPID
+ExecStart=/usr/bin/php54-fpm --nodaemonize --pid /run/php54-fpm/php-fpm.pid
+ExecReload=/bin/kill -USR2 $MAINPID
[Install]
WantedBy=multi-user.target