Skip to content

Commit

Permalink
Release 7.0.10 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Aug 17, 2022
1 parent fd315dd commit c391339
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.0.10 2022-08-17 <dave at tiredofit dot ca>

### Changed
- Switch to using exec to have process take over pid


## 7.0.9 2022-08-08 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion install/etc/services.available/20-php-fpm/run
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit c391339

Please sign in to comment.