summaryrefslogtreecommitdiffstats
path: root/abs/core/php/php-fpm.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/php/php-fpm.service')
-rw-r--r--abs/core/php/php-fpm.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/php/php-fpm.service b/abs/core/php/php-fpm.service
index e29f7c2..fc5ead6 100644
--- a/abs/core/php/php-fpm.service
+++ b/abs/core/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]