mirror of
https://github.com/linuxserver/docker-chrome.git
synced 2026-01-20 19:11:45 +08:00
Merge pull request #7 from linuxserver/graceful
attempt graceful shutdown of chrome
This commit is contained in:
commit
00a58b10d4
@ -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.
|
||||
|
||||
@ -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."}
|
||||
|
||||
1
root/s6-overlay/s6-rc.d/svc-de/down
Normal file
1
root/s6-overlay/s6-rc.d/svc-de/down
Normal file
@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/svc-de/finish
|
||||
4
root/s6-overlay/s6-rc.d/svc-de/finish
Executable file
4
root/s6-overlay/s6-rc.d/svc-de/finish
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
pkill chrome
|
||||
Loading…
x
Reference in New Issue
Block a user