Skip to content

Commit c370024

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fix php-fpm.service.in
2 parents b7b3d50 + b037c43 commit c370024

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sapi/fpm/php-fpm.service.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
[Unit]
66
Description=The PHP FastCGI Process Manager
7-
After=syslog.target network.target
7+
After=network.target
88

99
[Service]
1010
Type=@php_fpm_systemd@
11-
PIDFile=@localstatedir@/run/php-fpm.pid
12-
ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
11+
PIDFile=@EXPANDED_LOCALSTATEDIR@/run/php-fpm.pid
12+
ExecStart=@EXPANDED_SBINDIR@/php-fpm --nodaemonize --fpm-config @EXPANDED_SYSCONFDIR@/php-fpm.conf
1313
ExecReload=/bin/kill -USR2 $MAINPID
1414
PrivateTmp=true
1515

0 commit comments

Comments
 (0)