mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fix php-fpm.service.in
This commit is contained in:
commit
c370024c2c
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=The PHP FastCGI Process Manager
|
Description=The PHP FastCGI Process Manager
|
||||||
After=syslog.target network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=@php_fpm_systemd@
|
Type=@php_fpm_systemd@
|
||||||
PIDFile=@localstatedir@/run/php-fpm.pid
|
PIDFile=@EXPANDED_LOCALSTATEDIR@/run/php-fpm.pid
|
||||||
ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
|
ExecStart=@EXPANDED_SBINDIR@/php-fpm --nodaemonize --fpm-config @EXPANDED_SYSCONFDIR@/php-fpm.conf
|
||||||
ExecReload=/bin/kill -USR2 $MAINPID
|
ExecReload=/bin/kill -USR2 $MAINPID
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user