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

8 lines
165 B
Desktop File

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