From 87d62d3c9f3a348396b6fd8255960700c98c4360 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Thu, 10 Oct 2024 21:49:21 +0200 Subject: [PATCH] readsb service: add CAP_SYS_NICE this enables the SDR thread to be run with high priority in some cases this will help MLAT stability --- debian/readsb.service | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/readsb.service b/debian/readsb.service index 1ecb08d5..4ccc5f17 100644 --- a/debian/readsb.service +++ b/debian/readsb.service @@ -9,6 +9,7 @@ After=network.target [Service] EnvironmentFile=/etc/default/readsb User=readsb +AmbientCapabilities=CAP_SYS_NICE RuntimeDirectory=readsb RuntimeDirectoryMode=0755 ExecStart=/usr/bin/readsb \