mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +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]
|
||||
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
|
||||
PrivateTmp=true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user