Snippets/Debian/Powertop/ptop.service
b.waal c557a85702 TTY added
Powertop needs a TTY attached even when in auto-tune mode, added this in the service file.
2025-03-11 14:00:01 +01:00

10 lines
183 B
Desktop File

[Unit]
Description=Powertop enables various powersaving modes
[Service]
Type=oneshot
StandardOutput=tty
ExecStart=/usr/sbin/powertop --auto-tune
[Install]
WantedBy=multi-user.target