exec-ioschedulingclass-idle.service revision ac40081621ec299a55246519726a18dd2b08678c
[Unit]
Description=Test for IOSchedulingClass=idle
[Service]
ExecStart=/bin/bash -c 'c=$(ionice); echo $c; [[ "$c" == idle* ]]'
Type=oneshot
IOSchedulingClass=idle