Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix php-fpm.service.in
This commit is contained in:
Joe Watkins 2017-01-05 06:54:37 +00:00
commit c370024c2c
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E

View File

@ -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