mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 13:20:11 +00:00
Fix mlat-client
This commit is contained in:
parent
78a69d131b
commit
6e2f252485
1 changed files with 4 additions and 5 deletions
|
@ -19,14 +19,13 @@
|
|||
|
||||
trap 'pkill -P "$$" || true; s6wrap --quiet --timestamps --prepend=mlat-client --args echo "service stopping"; exit 0' SIGTERM SIGINT SIGHUP SIGQUIT
|
||||
|
||||
APPNAME="mlat-client"
|
||||
s6wrap=(s6wrap --quiet --timestamps --prepend="${APPNAME}")
|
||||
|
||||
"${s6wrap[@]}" --args echo "Started as an s6 service"
|
||||
|
||||
source /scripts/common
|
||||
source /scripts/interpret_ultrafeeder_config
|
||||
|
||||
s6wrap=(s6wrap --quiet --timestamps --prepend="$(basename "$0")")
|
||||
|
||||
"${s6wrap[@]}" --args echo "Started as an s6 service"
|
||||
|
||||
MLAT_CMD="/usr/bin/mlat-client"
|
||||
|
||||
RESTARTTIMER=15
|
||||
|
|
Loading…
Reference in a new issue