]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Tue, 10 Oct 2017 23:57:18 +0000 (01:57 +0200)
committerFrank Brehm <frank@brehm-online.com>
Tue, 10 Oct 2017 23:57:18 +0000 (01:57 +0200)
init.d/cpupower
systemd/system/cpupower-frequency-set.service.d/00gentoo.conf [new file with mode: 0644]

index e209c05e2bec79e5b1ed650a66e40c8825301231..febed865b2504e26c3bcdbfcded799654b27135e 100755 (executable)
@@ -1,7 +1,6 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 CPUFREQ_SYSFS=/sys/devices/system/cpu/cpufreq
 
diff --git a/systemd/system/cpupower-frequency-set.service.d/00gentoo.conf b/systemd/system/cpupower-frequency-set.service.d/00gentoo.conf
new file mode 100644 (file)
index 0000000..969c8ab
--- /dev/null
@@ -0,0 +1,2 @@
+[Service]
+Environment="OPTS=-g ondemand"