Skip to content

Commit

Permalink
Merge pull request #4 from linuxserver/stop
Browse files Browse the repository at this point in the history
stop container if fleet fails
  • Loading branch information
Josh Stark authored Jul 2, 2019
2 parents 534e21d + 2906053 commit 96be7fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **02.07.19:** - Stop container if fleet fails.
* **19.05.19:** - Use new base images for arm versions.
* **01.04.19:** - Initial Release
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ app_setup_block: |
# changelog
changelogs:
- { date: "02.07.19:", desc: "Stop container if fleet fails." }
- { date: "19.05.19:", desc: "Use new base images for arm versions." }
- { date: "01.04.19:", desc: "Initial Release" }
3 changes: 3 additions & 0 deletions root/etc/services.d/fleet/finish
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/execlineb -S0

s6-svscanctl -t /var/run/s6/services

0 comments on commit 96be7fa

Please sign in to comment.