-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify startup and dependencies (#69)
Move file cleanups into a finish script for the service that created the file (replace 02 / replace 03 commits) Currently there is a whole dependency forest just to start a couple of startup scripts in order. Additionally all the services also have a dependency on all the startup scripts. This is unnecessary complex, simplify it: - Move startup scripts to /etc/s6-overlay/startup.d - oneshot service named "startup" from underlying image executes all files in /etc/s6-overlay/startup.d in alphabetical order - Remove various oneshot scripts from longrun service dependencies Add "startup" oneshot service to longrun service dependencies container-version is now being run by said startup script, remove the double s6wrap prepending of an appropriate log name.
- Loading branch information
Showing
61 changed files
with
5 additions
and
48 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file removed
0
rootfs/etc/s6-overlay/s6-rc.d/50-store-uuid/dependencies.d/03-remove-mlathub-up
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file removed
0
rootfs/etc/s6-overlay/s6-rc.d/60-mlathub-prep/dependencies.d/03-remove-mlathub-up
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file removed
0
rootfs/etc/s6-overlay/s6-rc.d/adsbx-stats/dependencies.d/01-print-container-version
Empty file.
Empty file removed
0
rootfs/etc/s6-overlay/s6-rc.d/adsbx-stats/dependencies.d/02-remove-prometheus-data
Empty file.
Empty file.
Empty file.
Empty file.
File renamed without changes.
Empty file removed
0
rootfs/etc/s6-overlay/s6-rc.d/mlat-client/dependencies.d/01-print-container-version
Empty file.
Empty file removed
0
rootfs/etc/s6-overlay/s6-rc.d/mlat-client/dependencies.d/02-remove-prometheus-data
Empty file.
Empty file.
Empty file.
Empty file.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/sh | ||
exec /etc/s6-overlay/scripts/mlat-client-finish |
Empty file removed
0
rootfs/etc/s6-overlay/s6-rc.d/mlathub/dependencies.d/01-print-container-version
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
File renamed without changes.
Empty file.
Empty file.
Empty file removed
0
rootfs/etc/s6-overlay/s6-rc.d/prometheus-readsb/dependencies.d/03-remove-mlathub-up
Empty file.
Empty file.
Empty file.
File renamed without changes.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/sh | ||
exec /etc/s6-overlay/scripts/readsb-finish |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.