TTY added

Powertop needs a TTY attached even when in auto-tune mode, added this in the service file.
This commit is contained in:
b.waal 2025-03-11 14:00:01 +01:00
parent 6cfc3eb935
commit c557a85702

View File

@ -3,6 +3,7 @@ Description=Powertop enables various powersaving modes
[Service]
Type=oneshot
StandardOutput=tty
ExecStart=/usr/sbin/powertop --auto-tune
[Install]