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 b7b3d50 + b037c43 commit c370024Copy full SHA for c370024
sapi/fpm/php-fpm.service.in
@@ -4,12 +4,12 @@
4
5
[Unit]
6
Description=The PHP FastCGI Process Manager
7
-After=syslog.target network.target
+After=network.target
8
9
[Service]
10
Type=@php_fpm_systemd@
11
-PIDFile=@localstatedir@/run/php-fpm.pid
12
-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
13
ExecReload=/bin/kill -USR2 $MAINPID
14
PrivateTmp=true
15
0 commit comments