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

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