diff options
Diffstat (limited to 'extra/php/php-fpm.service')
-rw-r--r-- | extra/php/php-fpm.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/php/php-fpm.service b/extra/php/php-fpm.service index e29f7c236..fc5ead6f3 100644 --- a/extra/php/php-fpm.service +++ b/extra/php/php-fpm.service @@ -1,12 +1,12 @@ [Unit] -Description=FastCGI Process Manager for PHP +Description=The PHP FastCGI Process Manager After=syslog.target network.target [Service] Type=forking PIDFile=/run/php-fpm/php-fpm.pid PrivateTmp=true -ExecStart=/usr/sbin/php-fpm +ExecStart=/usr/sbin/php-fpm --daemonize --pid /run/php-fpm/php-fpm.pid ExecReload=/bin/kill -USR2 $MAINPID [Install] |