projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e76c1d
)
add powertop systemd unit file
author
Amin Bandali
<me@aminb.org>
Mon, 2 Mar 2015 22:15:40 +0000
(17:15 -0500)
committer
Amin Bandali
<me@aminb.org>
Mon, 2 Mar 2015 22:15:40 +0000
(17:15 -0500)
other/systemd/powertop.service
[new file with mode: 0644]
patch
|
blob
diff --git a/other/systemd/powertop.service
b/other/systemd/powertop.service
new file mode 100644
(file)
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