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