1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 05:50:44 +00:00

lower priority for mlat-client

for mlat sync only the decoder talking to the SDR is important
This commit is contained in:
Matthias Wirth 2024-10-04 13:07:05 +02:00
parent 2d9e8fe1e1
commit 70ceb365bf

View file

@ -24,6 +24,9 @@ source /scripts/interpret_ultrafeeder_config
s6wrap=(s6wrap --quiet --timestamps --prepend="$SCRIPT_NAME")
# run with slightly lower priority
renice 5 $$ || true
"${s6wrap[@]}" --args echo "Started as an s6 service"
MLAT_CMD="/usr/bin/mlat-client"