From: Frank Brehm Date: Tue, 10 Oct 2017 23:57:18 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=618ac82debc597114cad85cccba712e29751eef1;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/init.d/cpupower b/init.d/cpupower index e209c05e..febed865 100755 --- a/init.d/cpupower +++ b/init.d/cpupower @@ -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 index 00000000..969c8ab2 --- /dev/null +++ b/systemd/system/cpupower-frequency-set.service.d/00gentoo.conf @@ -0,0 +1,2 @@ +[Service] +Environment="OPTS=-g ondemand"