Update and document realtime scheduling priority in service file

Related: OS#5687
Change-Id: I1694af74eee2624709ad6cebbc4fb37320e2ef9d
This commit is contained in:
Max 2022-11-06 15:44:12 +03:00 committed by msuraev
parent f94562a622
commit 1002c4330d
1 changed files with 4 additions and 3 deletions

View File

@ -9,10 +9,11 @@ WorkingDirectory=%S/osmocom
Restart=always
RestartSec=2
RestartPreventExitStatus=1
# The msg queues must be read fast enough
# CPU scheduling policy:
CPUSchedulingPolicy=rr
CPUSchedulingPriority=1
# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]
WantedBy=multi-user.target