blob: d920d5c687396ada38382e927bcd06d8c848c158 (
plain)
1
2
3
4
5
6
7
|
[Unit]
Description=Test for IOSchedulingClass=realtime
[Service]
ExecStart=/bin/sh -x -c 'c=$$(LC_ALL=C ionice); test "$${c%%:*}" = "realtime"'
Type=oneshot
IOSchedulingClass=realtime
|