summaryrefslogtreecommitdiffstats
path: root/other
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-03-02 17:15:40 -0500
committerAmin Bandali <me@aminb.org>2015-03-02 17:15:40 -0500
commit10b7a011e0ba6be5bc2383ed947b014b845efa44 (patch)
treebfe2a940bee2fbd33cd66a1545ccef517fc3fad6 /other
parent1e76c1dafb5b48dced6a13bab1ea423eef9b23c4 (diff)
downloadconfigs-10b7a011e0ba6be5bc2383ed947b014b845efa44.tar.gz
configs-10b7a011e0ba6be5bc2383ed947b014b845efa44.tar.xz
configs-10b7a011e0ba6be5bc2383ed947b014b845efa44.zip
add powertop systemd unit file
Diffstat (limited to '')
-rw-r--r--other/systemd/powertop.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/other/systemd/powertop.service b/other/systemd/powertop.service
new file mode 100644
index 0000000..d1d41cb
--- /dev/null
+++ b/other/systemd/powertop.service
@@ -0,0 +1,11 @@
+# /etc/systemd/system/powertop.service
+
+[Unit]
+Description=Powertop tunings
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/powertop --auto-tune
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file