aboutsummaryrefslogtreecommitdiffstats
path: root/system/cpupower-rt.service
blob: aa7eda4995c4d37209a1a607ea97016f05135c95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Apply cpupower configuration
ConditionKernelCommandLine=systemd.setenv=REALTIME=true
After=cpupower.service

[Service]
Type=oneshot
ExecStart=/usr/lib/systemd/scripts/cpupower-rt
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target