diff options
Diffstat (limited to 'test/test-execute/exec-ioschedulingclass-realtime.service')
-rw-r--r-- | test/test-execute/exec-ioschedulingclass-realtime.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test-execute/exec-ioschedulingclass-realtime.service b/test/test-execute/exec-ioschedulingclass-realtime.service new file mode 100644 index 0000000..d920d5c --- /dev/null +++ b/test/test-execute/exec-ioschedulingclass-realtime.service @@ -0,0 +1,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 |