aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-bts-virtual.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/systemd/osmo-bts-virtual.service')
-rw-r--r--contrib/systemd/osmo-bts-virtual.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/systemd/osmo-bts-virtual.service b/contrib/systemd/osmo-bts-virtual.service
index 877181b7..54d0eb1a 100644
--- a/contrib/systemd/osmo-bts-virtual.service
+++ b/contrib/systemd/osmo-bts-virtual.service
@@ -9,9 +9,11 @@ WorkingDirectory=%S/osmocom
Restart=always
RestartSec=2
-# Let it process messages quickly enough
+# CPU scheduling policy:
CPUSchedulingPolicy=rr
+# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
CPUSchedulingPriority=1
+# See sched(7) for further details on real-time policies and priorities
[Install]
WantedBy=multi-user.target