aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2022-11-06 15:48:56 +0300
committermsuraev <msuraev@sysmocom.de>2022-11-06 12:49:28 +0000
commiteba8816d5133e633eec97dd86460ca6c0caa5cac (patch)
tree4f2af4fc4784b829544d9da3a8ed3d1807b8c5d2
parent8ec66a7f58d51f3d607403b3a4e82d62533e7a2d (diff)
Update realtime scheduling priority in service file
-rw-r--r--contrib/systemd/osmo-bts-lc15.service2
-rw-r--r--contrib/systemd/osmo-bts-oc2g.service2
-rw-r--r--contrib/systemd/osmo-bts-sysmo.service2
-rw-r--r--contrib/systemd/osmo-bts-trx.service2
-rw-r--r--contrib/systemd/osmo-bts-virtual.service2
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/systemd/osmo-bts-lc15.service b/contrib/systemd/osmo-bts-lc15.service
index 1fe2758f..7cb59198 100644
--- a/contrib/systemd/osmo-bts-lc15.service
+++ b/contrib/systemd/osmo-bts-lc15.service
@@ -14,7 +14,7 @@ RestartPreventExitStatus=1
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
-CPUSchedulingPriority=1
+CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]
diff --git a/contrib/systemd/osmo-bts-oc2g.service b/contrib/systemd/osmo-bts-oc2g.service
index fbf26081..46984ebc 100644
--- a/contrib/systemd/osmo-bts-oc2g.service
+++ b/contrib/systemd/osmo-bts-oc2g.service
@@ -14,7 +14,7 @@ RestartPreventExitStatus=1
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
-CPUSchedulingPriority=1
+CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]
diff --git a/contrib/systemd/osmo-bts-sysmo.service b/contrib/systemd/osmo-bts-sysmo.service
index 2a6f7115..70ac8c6c 100644
--- a/contrib/systemd/osmo-bts-sysmo.service
+++ b/contrib/systemd/osmo-bts-sysmo.service
@@ -16,7 +16,7 @@ RestartPreventExitStatus=1
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
-CPUSchedulingPriority=1
+CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]
diff --git a/contrib/systemd/osmo-bts-trx.service b/contrib/systemd/osmo-bts-trx.service
index bbfa99cf..89dec56e 100644
--- a/contrib/systemd/osmo-bts-trx.service
+++ b/contrib/systemd/osmo-bts-trx.service
@@ -12,7 +12,7 @@ RestartSec=2
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
-CPUSchedulingPriority=1
+CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]
diff --git a/contrib/systemd/osmo-bts-virtual.service b/contrib/systemd/osmo-bts-virtual.service
index 54d0eb1a..2befc188 100644
--- a/contrib/systemd/osmo-bts-virtual.service
+++ b/contrib/systemd/osmo-bts-virtual.service
@@ -12,7 +12,7 @@ RestartSec=2
# CPU scheduling policy:
CPUSchedulingPolicy=rr
# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
-CPUSchedulingPriority=1
+CPUSchedulingPriority=11
# See sched(7) for further details on real-time policies and priorities
[Install]