diff options
Diffstat (limited to 'php-fpm.service')
-rw-r--r-- | php-fpm.service | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/php-fpm.service b/php-fpm.service index 5aaaf3f..194e330 100644 --- a/php-fpm.service +++ b/php-fpm.service @@ -3,10 +3,9 @@ Description=The PHP FastCGI Process Manager After=syslog.target network.target [Service] -Type=forking PIDFile=/run/php-fpm/php-fpm.pid EnvironmentFile=/etc/sysconfig/php-fpm -ExecStart=/usr/sbin/php-fpm +ExecStart=/usr/sbin/php-fpm --nodaemonize ExecReload=/bin/kill -USR2 $MAINPID [Install] |