Skip to content

Commit 00a58b1

Browse files
authored
Merge pull request #7 from linuxserver/graceful
attempt graceful shutdown of chrome
2 parents fd18f32 + 2c28a80 commit 00a58b1

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,4 +432,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
432432

433433
## Versions
434434

435+
* **29.08.25:** - Attempt graceful shutdown of Chrome.
435436
* **12.06.25:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,5 @@ init_diagram: |
114114
"chrome:latest" <- Base Images
115115
# changelog
116116
changelogs:
117+
- {date: "29.08.25:", desc: "Attempt graceful shutdown of Chrome."}
117118
- {date: "12.06.25:", desc: "Initial release."}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/etc/s6-overlay/s6-rc.d/svc-de/finish
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/with-contenv bash
2+
# shellcheck shell=bash
3+
4+
pkill chrome

0 commit comments

Comments
 (0)