From 028f01c036b4e656d638d03fc571c76a27ff4ad6 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sun, 11 Aug 2024 03:36:18 +0200 Subject: [PATCH] Add Debian/Powertop/ptop.service --- Debian/Powertop/ptop.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Debian/Powertop/ptop.service diff --git a/Debian/Powertop/ptop.service b/Debian/Powertop/ptop.service new file mode 100644 index 0000000..8ee029c --- /dev/null +++ b/Debian/Powertop/ptop.service @@ -0,0 +1,9 @@ +[Unit] +Description=Powertop enables various powersaving modes + +[Service] +Type=oneshot +ExecStart=/usr/sbin/powertop --auto-tune + +[Install] +WantedBy=multi-user.target \ No newline at end of file