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
commitda9dff8406487cb05e853c859c9a40f1d55ae948 (patch)
tree555c86e4bb2c919c9e0cf17ab3dd226d1a70855b /php-fpm.service
parentca93b4752bfe22855a6708c4355aa9e4b30118c0 (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