1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00
This commit is contained in:
Fred Clausen 2023-08-30 20:59:09 -06:00
parent 55d012f4b4
commit f5afa4c293
60 changed files with 68 additions and 9 deletions

View file

@ -0,0 +1 @@
oneshot

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/01-print-container-version

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/02-remove-prometheus-data-down

View file

@ -0,0 +1 @@
oneshot

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/02-remove-prometheus-data-init

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/03-remove-mlathub-up-down

View file

@ -0,0 +1 @@
oneshot

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/03-remove-mlathub-up-init

View file

@ -0,0 +1 @@
oneshot

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/50-store-uuid

View file

@ -0,0 +1 @@
oneshot

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/60-mlathub-prep

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/mlat-client

View file

@ -0,0 +1 @@
longrun

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/mlathub

View file

@ -0,0 +1 @@
longrun

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/prometheus-readsb

View file

@ -0,0 +1 @@
longrun

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/readsb

View file

@ -0,0 +1 @@
longrun

View file

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
# shellcheck shell=bash disable=SC1091,SC2015 # shellcheck shell=bash disable=SC1091,SC2015
source /scripts/common source /scripts/common

View file

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
# shellcheck shell=bash disable=SC1091 # shellcheck shell=bash disable=SC1091
source /scripts/common source /scripts/common

View file

@ -0,0 +1,7 @@
#!/command/with-contenv bash
# shellcheck shell=bash disable=SC1091
# dummy file to allow for graceful shutdown
# I don't know if we need this, but it won't hurt anything
exit 0

View file

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
#shellcheck shell=bash disable=SC2015,SC1091 #shellcheck shell=bash disable=SC2015,SC1091
source /scripts/common source /scripts/common

View file

@ -0,0 +1,21 @@
#!/command/with-contenv bash
#shellcheck shell=bash disable=SC2015,SC1091
# Remove MLATHub Up
#---------------------------------------------------------------------------------------------
# Copyright (C) 2023, Ramon F. Kolb (kx1t)
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with this program.
# If not, see <https://www.gnu.org/licenses/>.
#---------------------------------------------------------------------------------------------
exit 0

View file

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
#shellcheck shell=bash disable=SC2015,SC1091 #shellcheck shell=bash disable=SC2015,SC1091
source /scripts/common source /scripts/common

View file

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
#shellcheck shell=bash disable=SC2015,SC1091 #shellcheck shell=bash disable=SC2015,SC1091
source /scripts/common source /scripts/common

View file

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
# shellcheck shell=bash disable=SC1091,SC2015,SC2016 # shellcheck shell=bash disable=SC1091,SC2015,SC2016
#--------------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------------

View file

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
# shellcheck shell=bash disable=SC1091,SC2015,SC2016 # shellcheck shell=bash disable=SC1091,SC2015,SC2016
APPNAME="mlathub" APPNAME="mlathub"

View file

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
# shellcheck shell=bash disable=SC1091 # shellcheck shell=bash disable=SC1091
source /scripts/common source /scripts/common

View file

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
# shellcheck shell=bash disable=SC2015,SC2016,SC1091 # shellcheck shell=bash disable=SC2015,SC2016,SC1091
APPNAME="readsb" APPNAME="readsb"