Skip to content

Commit

Permalink
readsb service: add CAP_SYS_NICE
Browse files Browse the repository at this point in the history
this enables the SDR thread to be run with high priority
in some cases this will help MLAT stability
  • Loading branch information
wiedehopf committed Oct 10, 2024
1 parent 9ef77b3 commit 87d62d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/readsb.service
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 87d62d3

Please sign in to comment.