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

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