summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/php/php/php-fpm.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php/php-fpm.service b/meta-oe/recipes-devtools/php/php/php-fpm.service
index ac79dc931a..eec76fb563 100644
--- a/meta-oe/recipes-devtools/php/php/php-fpm.service
+++ b/meta-oe/recipes-devtools/php/php/php-fpm.service
@@ -3,7 +3,7 @@ Description=PHP-FPM
3After=network.target 3After=network.target
4[Service] 4[Service]
5Type=forking 5Type=forking
6PIDFile=@LOCALSTATEDIR@/run/php-fpm.pid 6PIDFile=/run/php-fpm.pid
7ExecStart=@SYSCONFDIR@/init.d/php-fpm start 7ExecStart=@SYSCONFDIR@/init.d/php-fpm start
8ExecStop=@SYSCONFDIR@/init.d/php-fpm stop 8ExecStop=@SYSCONFDIR@/init.d/php-fpm stop
9[Install] 9[Install]