mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30:11 +00:00
Simplify startup and dependencies
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
This commit is contained in:
parent
916f045f4c
commit
66777d5f99
30 changed files with 0 additions and 9 deletions
|
@ -1 +0,0 @@
|
|||
oneshot
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec /etc/s6-overlay/scripts/01-print-container-version
|
|
@ -1 +0,0 @@
|
|||
oneshot
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec /etc/s6-overlay/scripts/50-store-uuid
|
|
@ -1 +0,0 @@
|
|||
oneshot
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec /etc/s6-overlay/scripts/60-mlathub-prep
|
Loading…
Reference in a new issue