mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
8 lines
165 B
Desktop File
8 lines
165 B
Desktop File
[Unit]
|
|
Description=Test for IOSchedulingClass=none
|
|
|
|
[Service]
|
|
ExecStart=/bin/bash -c 'c=$(ionice); echo $c; [[ "$c" == none* ]]'
|
|
Type=oneshot
|
|
IOSchedulingClass=none
|