summaryrefslogtreecommitdiffstats
path: root/php-fpm.service
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-13 13:54:30 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-13 13:54:30 +0100
commitb0dde6965223098ea5611c499eb004c8af059143 (patch)
tree6c80036d0971d3c0a5e91a0bbff866689b8baecc /php-fpm.service
parentfa24247a355ed8e300d34e7b890e416c508b59e2 (diff)
php: cleanup PIDFile and EnvironmentFile
Diffstat (limited to 'php-fpm.service')
-rw-r--r--php-fpm.service1
1 files changed, 0 insertions, 1 deletions
diff --git a/php-fpm.service b/php-fpm.service
index b4d528f..687dfc0 100644
--- a/php-fpm.service
+++ b/php-fpm.service
@@ -8,7 +8,6 @@ After=syslog.target network.target
[Service]
Type=notify
-PIDFile=/run/php-fpm/php-fpm.pid
EnvironmentFile=/etc/sysconfig/php-fpm
ExecStart=/usr/sbin/php-fpm --nodaemonize
ExecReload=/bin/kill -USR2 $MAINPID