mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +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
|