systemd/test/test-execute/exec-ioschedulingclass-none.service
2015-11-18 10:25:59 +01:00

8 lines
173 B
Desktop File

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