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