diff options
Diffstat (limited to 'extra/php/rc.d.php-fpm')
-rw-r--r-- | extra/php/rc.d.php-fpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/php/rc.d.php-fpm b/extra/php/rc.d.php-fpm index 47f0886ac..a8cb9eca9 100644 --- a/extra/php/rc.d.php-fpm +++ b/extra/php/rc.d.php-fpm @@ -57,7 +57,7 @@ case "$1" in test_config stat_busy 'Starting php-fpm' - /usr/sbin/php-fpm + /usr/sbin/php-fpm --daemonize --pid /run/php-fpm/php-fpm.pid if [ "$?" != 0 ] ; then stat_fail |