sdr-enthusiasts / docker-adsb-ultrafeeder

ADSB-Ultrafeeder is an all-in-one ADSB container with readsb, tar1090, graphs1090, autogain, multi-feeder, and mlat-hub built in
GNU General Public License v3.0
180 stars 32 forks source link

readsb: avoid fast restarts on SDR failure / stop service instead of sleep #123

Closed wiedehopf closed 1 month ago

wiedehopf commented 1 month ago

Requires: https://github.com/sdr-enthusiasts/docker-tar1090/pull/217

readsb can restart pretty quickly when the SDR fails, this limits it to restart every 15 seconds while starting up instantly on first run.

declutter processes / save some memory by stopping the s6 service.