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

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