drop unneeded PIDFile

This commit is contained in:
Remi Collet 2017-03-13 13:37:30 +01:00
parent 49f64eb76a
commit ab9efd9576

View File

@ -8,7 +8,6 @@ After=syslog.target network.target
[Service]
Type=notify
PIDFile=/run/php-fpm/php-fpm.pid
ExecStart=/usr/sbin/php-fpm --nodaemonize
ExecReload=/bin/kill -USR2 $MAINPID
PrivateTmp=true