aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-05-01 18:30:32 +0200
committerDavid Runge <dave@sleepmap.de>2016-05-01 18:30:32 +0200
commitd5fc7321be9366823502e89a16bcaebb54c004f2 (patch)
tree2fd10c6dfc60a4a60ad1196806f3ce7bd820e665 /system
parent78c68b8edd9bc3b9011f35d42b6f9300fe9c6144 (diff)
downloaduenv-d5fc7321be9366823502e89a16bcaebb54c004f2.tar.gz
uenv-d5fc7321be9366823502e89a16bcaebb54c004f2.tar.bz2
uenv-d5fc7321be9366823502e89a16bcaebb54c004f2.tar.xz
uenv-d5fc7321be9366823502e89a16bcaebb54c004f2.zip
system/cpupower-rt.service: Making the service use the default script from the cpupower package. Proper EnvironmentFile settings have been added to the Arch Linux cpupower package.0.4
Diffstat (limited to 'system')
-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]