mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-09 08:19:15 +00:00
11 lines
203 B
Desktop File
11 lines
203 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Change prio
|
|
|
|
[Service]
|
|
ExecStart=/bin/true
|
|
CPUSchedulingPriority=1
|
|
CPUSchedulingPriority=2
|
|
CPUSchedulingPriority=99
|
|
CPUSchedulingPolicy=rr
|