diff options
Diffstat (limited to 'abs/core/php/rc.d.php-fpm')
-rw-r--r-- | abs/core/php/rc.d.php-fpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/php/rc.d.php-fpm b/abs/core/php/rc.d.php-fpm index 47f0886..a8cb9ec 100644 --- a/abs/core/php/rc.d.php-fpm +++ b/abs/core/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 |