Powertop needs a TTY attached even when in auto-tune mode, added this in the service file.
10 lines
183 B
Desktop File
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 |