From c557a85702cd2ff904a789e965531b24865ff7b4 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 11 Mar 2025 14:00:01 +0100 Subject: [PATCH] TTY added Powertop needs a TTY attached even when in auto-tune mode, added this in the service file. --- Debian/Powertop/ptop.service | 1 + 1 file changed, 1 insertion(+) diff --git a/Debian/Powertop/ptop.service b/Debian/Powertop/ptop.service index 8ee029c..401debd 100644 --- a/Debian/Powertop/ptop.service +++ b/Debian/Powertop/ptop.service @@ -3,6 +3,7 @@ Description=Powertop enables various powersaving modes [Service] Type=oneshot +StandardOutput=tty ExecStart=/usr/sbin/powertop --auto-tune [Install]