summaryrefslogtreecommitdiff
path: root/testing/php/rc.d.php-fpm
diff options
context:
space:
mode:
Diffstat (limited to 'testing/php/rc.d.php-fpm')
-rw-r--r--testing/php/rc.d.php-fpm4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php/rc.d.php-fpm b/testing/php/rc.d.php-fpm
index 3b3ec20de..a8cb9eca9 100644
--- a/testing/php/rc.d.php-fpm
+++ b/testing/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
@@ -86,7 +86,7 @@ case "$1" in
kill -QUIT `cat /run/php-fpm/php-fpm.pid`
- wait_for_pid removed /run/php-fpm.pid
+ wait_for_pid removed /run/php-fpm/php-fpm.pid
if [ -n "$try" ] ; then
stat_fail