aboutsummaryrefslogtreecommitdiffstats
path: root/system/cpupower-rt.service
diff options
context:
space:
mode:
Diffstat (limited to 'system/cpupower-rt.service')
-rw-r--r--system/cpupower-rt.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/cpupower-rt.service b/system/cpupower-rt.service
index aa7eda4..2838078 100644
--- a/system/cpupower-rt.service
+++ b/system/cpupower-rt.service
@@ -5,7 +5,8 @@ After=cpupower.service
[Service]
Type=oneshot
-ExecStart=/usr/lib/systemd/scripts/cpupower-rt
+EnvironmentFile=/etc/default/cpupower-rt
+ExecStart=/usr/lib/systemd/scripts/cpupower
RemainAfterExit=yes
[Install]