aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/etc/systemd/system/powertop.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/etc/systemd/system/powertop.service b/src/etc/systemd/system/powertop.service
new file mode 100644
index 0000000..d9311c0
--- /dev/null
+++ b/src/etc/systemd/system/powertop.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Powertop Tuning
+
+[Service]
+Type=exec
+ExecStart=/usr/bin/powertop --auto-tune
+RemainAfterExit=true
+
+[Install]
+WantedBy=multi-user.target