hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / test-execute / exec-ioschedulingclass-idle.service
blob93377ea0c07f1394bdeb97ba189181e5df9ed1e9
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test for IOSchedulingClass=idle
5 [Service]
6 ExecStart=sh -x -c 'c=$$(LC_ALL=C ionice); test "$${c%%:*}" = "idle"'
7 Type=oneshot
8 IOSchedulingClass=idle