mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-23 06:10:10 +00:00
lower priority for mlat-client
for mlat sync only the decoder talking to the SDR is important
This commit is contained in:
parent
2d9e8fe1e1
commit
70ceb365bf
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ source /scripts/interpret_ultrafeeder_config
|
||||||
|
|
||||||
s6wrap=(s6wrap --quiet --timestamps --prepend="$SCRIPT_NAME")
|
s6wrap=(s6wrap --quiet --timestamps --prepend="$SCRIPT_NAME")
|
||||||
|
|
||||||
|
# run with slightly lower priority
|
||||||
|
renice 5 $$ || true
|
||||||
|
|
||||||
"${s6wrap[@]}" --args echo "Started as an s6 service"
|
"${s6wrap[@]}" --args echo "Started as an s6 service"
|
||||||
|
|
||||||
MLAT_CMD="/usr/bin/mlat-client"
|
MLAT_CMD="/usr/bin/mlat-client"
|
||||||
|
|
Loading…
Reference in a new issue