1# SPDX-License-Identifier: LGPL-2.1-or-later 2[Unit] 3Description=Test for IOSchedulingClass=idle 4 5[Service] 6ExecStart=/bin/sh -x -c 'c=$$(LC_ALL=C ionice); test "$${c%%:*}" = "idle"' 7Type=oneshot 8IOSchedulingClass=idle 9