diff options
Diffstat (limited to 'test/sched_rr_bad.service')
-rw-r--r-- | test/sched_rr_bad.service | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/sched_rr_bad.service b/test/sched_rr_bad.service deleted file mode 100644 index 0be534a546..0000000000 --- a/test/sched_rr_bad.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=Bad sched priority for RR - -[Service] -ExecStart=/bin/true -CPUSchedulingPolicy=rr -CPUSchedulingPriority=0 -CPUSchedulingPriority=100 |