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

8 lines
185 B
Desktop File

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