radiobert: add more readsb parameters

This commit is contained in:
Astro 2021-10-31 00:09:56 +02:00
parent a85dc629d5
commit f410efaa1b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
systemd.services.dump1090 = {
wantedBy = [ "multi-user.target" ];
serviceConfig = {
ExecStart = "${pkgs.readsb}/bin/readsb --modeac --aggressive --net --net-sbs-port=30003";
ExecStart = "${pkgs.readsb}/bin/readsb --modeac --aggressive --dcfilter --quiet --gain=-10 --lon=13.7281 --lat=51.081 --net --net-sbs-port=30003";
User = "dump1090";
Group = "dump1090";
ProtectSystem = "full";