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

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