We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ca5aa9 + bb19125 commit b037c43Copy full SHA for b037c43
sapi/fpm/php-fpm.service.in
@@ -1,11 +1,11 @@
1
[Unit]
2
Description=The PHP FastCGI Process Manager
3
-After=syslog.target network.target
+After=network.target
4
5
[Service]
6
Type=@php_fpm_systemd@
7
-PIDFile=@localstatedir@/run/php-fpm.pid
8
-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
9
ExecReload=/bin/kill -USR2 $MAINPID
10
11
[Install]
0 commit comments