From: Amin Bandali Date: Mon, 2 Mar 2015 22:15:40 +0000 (-0500) Subject: add powertop systemd unit file X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/10b7a011e0ba6be5bc2383ed947b014b845efa44 add powertop systemd unit file --- 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