diff --git a/CHANGELOG.md b/CHANGELOG.md index 539feeb..ce6f825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 7.0.10 2022-08-17 + + ### Changed + - Switch to using exec to have process take over pid + + ## 7.0.9 2022-08-08 ### Changed diff --git a/install/etc/services.available/20-php-fpm/run b/install/etc/services.available/20-php-fpm/run index 22aeefb..e9c461e 100755 --- a/install/etc/services.available/20-php-fpm/run +++ b/install/etc/services.available/20-php-fpm/run @@ -9,4 +9,4 @@ check_service_initialized init liftoff print_start "Starting php-fpm ${PHP_VERSION}" -silent s6-setuidgid nginx php-fpm -F; +silent exec s6-setuidgid nginx php-fpm -F;