summaryrefslogtreecommitdiffstats
path: root/test/units/sched_rr_bad.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/sched_rr_bad.service')
-rw-r--r--test/units/sched_rr_bad.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/units/sched_rr_bad.service b/test/units/sched_rr_bad.service
new file mode 100644
index 0000000..b51b868
--- /dev/null
+++ b/test/units/sched_rr_bad.service
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+[Unit]
+Description=Bad sched priority for RR
+
+[Service]
+ExecStart=/bin/true
+CPUSchedulingPriority=-1
+CPUSchedulingPriority=100
+CPUSchedulingPolicy=rr