diff --git a/systemd/powertop.service b/systemd/powertop.service new file mode 100644 index 0000000..791e796 --- /dev/null +++ b/systemd/powertop.service @@ -0,0 +1,12 @@ +[Unit] +Description=Powertop tunings +Requires=multi-user.target +After=multi-user.target + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/usr/bin/powertop --auto-tune + +[Install] +WantedBy=multi-user.target