summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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