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

[Service]
ExecStart=/bin/sh -x -c 'c=$$(LC_ALL=C ionice); test "$${c%%:*}" = "idle"'
Type=oneshot
IOSchedulingClass=idle