mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
10 lines
158 B
SYSTEMD
10 lines
158 B
SYSTEMD
|
[Unit]
|
||
|
Description=Change prio
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/true
|
||
|
CPUSchedulingPolicy=rr
|
||
|
CPUSchedulingPriority=1
|
||
|
CPUSchedulingPriority=2
|
||
|
CPUSchedulingPriority=99
|