diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-13 13:54:30 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-13 13:54:30 +0100 |
commit | 0b9f31947c389038755a6cf364be65547d2e25da (patch) | |
tree | 01a44e8f92705c82c3d0bf197bf93d99946402fb /php-fpm.service | |
parent | d4b5fc431fae629bfc20d97f686227fab74c1fdc (diff) |
php: cleanup PIDFile and EnvironmentFile
Diffstat (limited to 'php-fpm.service')
-rw-r--r-- | php-fpm.service | 1 |
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 |