Merge pull request #7 from linuxserver/graceful

attempt graceful shutdown of chrome
This commit is contained in:
aptalca 2025-08-29 16:32:21 -04:00 committed by GitHub
commit 00a58b10d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 0 deletions

View File

@ -432,4 +432,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **29.08.25:** - Attempt graceful shutdown of Chrome.
* **12.06.25:** - Initial release.

View File

@ -114,4 +114,5 @@ init_diagram: |
"chrome:latest" <- Base Images
# changelog
changelogs:
- {date: "29.08.25:", desc: "Attempt graceful shutdown of Chrome."}
- {date: "12.06.25:", desc: "Initial release."}

View File

@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/svc-de/finish

View File

@ -0,0 +1,4 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
pkill chrome