]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-ioschedulingclass-none.service
test-execute: Fix systemd escaping and shell issues
[thirdparty/systemd.git] / test / test-execute / exec-ioschedulingclass-none.service
CommitLineData
a6226758
RC
1[Unit]
2Description=Test for IOSchedulingClass=none
3
4[Service]
cdaf5070 5ExecStart=/bin/sh -x -c 'c=$$(LC_ALL=C ionice); test "$${c%%:*}" = "none"'
a6226758
RC
6Type=oneshot
7IOSchedulingClass=none