Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c683544f40adc277f4f1d1c3099c68a6a8d5a1ba
commit c683544f40adc277f4f1d1c3099c68a6a8d5a1ba Author: James Buren <[email protected]> Date: Mon Jan 16 13:47:10 2012 -0700 kernel-3.1-8-i686 * initial draft of cpupower systemd service diff --git a/source/base/kernel/cpupower.service b/source/base/kernel/cpupower.service new file mode 100644 index 0000000..43e2c76 --- /dev/null +++ b/source/base/kernel/cpupower.service @@ -0,0 +1,11 @@ +[Unit] +Description=Apply cpupower configuration +After=syslog.target + +[Service] +ExecStart=/usr/sbin/cpupower.sh +Type=oneshot +StandardOutput=syslog + +[Install] +WantedBy=multi-user.target _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
