Systemd/test/test-execute/exec-ioschedulingclass-best-effort.service
2015-10-31 15:07:19 +01:00

8 lines
186 B
Desktop File

[Unit]
Description=Test for IOSchedulingClass=best-effort
[Service]
ExecStart=/bin/bash -c 'c=$(ionice); echo $c; [[ "$c" == best-effort* ]]'
Type=oneshot
IOSchedulingClass=best-effort