summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-ioschedulingclass-realtime.service
blob: 74936d80798baef2a6b232d9dc89bfd05acdf65f (plain)
1
2
3
4
5
6
7
[Unit]
Description=Test for IOSchedulingClass=realtime

[Service]
ExecStart=/bin/bash -c 'c=$(ionice); echo $c; [[ "$c" == realtime* ]]'
Type=oneshot
IOSchedulingClass=realtime