Systemd/test/test-execute/exec-ioschedulingclass-idle...

8 lines
173 B
Desktop File

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