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
commite1f71c6b9ad2b1dd462031ccb338167c28f3af02 (patch)
treedc462b4859d12e78c37bc8314c860d3c1fd9dc9f /php-fpm.service
parentac97ee7d7e9e15aee8d646e7c7d62dbfe8b1048c (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