summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-01-05 06:54:19 +0000
committerJoe Watkins <krakjoe@php.net>2017-01-05 06:54:19 +0000
commitb037c434979fb0bd2ad1960b85a8aa2989fc09e6 (patch)
tree3a4402dd0b4d1558e48bc854fe603f1c20fa8f80
parent2ca5aa9418a126dc4e5fd6becca41adcf86f000f (diff)
parentbb19125781c0794da9a63fee62e263ff4efff661 (diff)
downloadphp-git-b037c434979fb0bd2ad1960b85a8aa2989fc09e6.tar.gz
Merge branch 'pull-request/1256' into PHP-7.0
* pull-request/1256: Fix php-fpm.service.in
-rw-r--r--sapi/fpm/php-fpm.service.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/fpm/php-fpm.service.in b/sapi/fpm/php-fpm.service.in
index a2df30e28d..c135f04c27 100644
--- a/sapi/fpm/php-fpm.service.in
+++ b/sapi/fpm/php-fpm.service.in
@@ -1,11 +1,11 @@
[Unit]
Description=The PHP FastCGI Process Manager
-After=syslog.target network.target
+After=network.target
[Service]
Type=@php_fpm_systemd@
-PIDFile=@localstatedir@/run/php-fpm.pid
-ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
+PIDFile=@EXPANDED_LOCALSTATEDIR@/run/php-fpm.pid
+ExecStart=@EXPANDED_SBINDIR@/php-fpm --nodaemonize --fpm-config @EXPANDED_SYSCONFDIR@/php-fpm.conf
ExecReload=/bin/kill -USR2 $MAINPID
[Install]