From d5fc7321be9366823502e89a16bcaebb54c004f2 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 1 May 2016 18:30:32 +0200 Subject: 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. --- system/cpupower-rt.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system') 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] -- cgit v1.2.3