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

8 lines
177 B
Desktop File

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