mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
8 lines
165 B
SYSTEMD
8 lines
165 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test for IOSchedulingClass=none
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/bash -c 'c=$(ionice); echo $c; [[ "$c" == none* ]]'
|
||
|
Type=oneshot
|
||
|
IOSchedulingClass=none
|