diff options
| -rw-r--r-- | meta-oe/recipes-devtools/php/php/php-fpm.service | 2 |
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 | |||
| 3 | After=network.target | 3 | After=network.target |
| 4 | [Service] | 4 | [Service] |
| 5 | Type=forking | 5 | Type=forking |
| 6 | PIDFile=@LOCALSTATEDIR@/run/php-fpm.pid | 6 | PIDFile=/run/php-fpm.pid |
| 7 | ExecStart=@SYSCONFDIR@/init.d/php-fpm start | 7 | ExecStart=@SYSCONFDIR@/init.d/php-fpm start |
| 8 | ExecStop=@SYSCONFDIR@/init.d/php-fpm stop | 8 | ExecStop=@SYSCONFDIR@/init.d/php-fpm stop |
| 9 | [Install] | 9 | [Install] |
