debian-scripts/powertop.service

9 lines
161 B
SYSTEMD
Raw Normal View History

2024-10-18 08:24:16 -04:00
[Unit]
Description=Powertop auto tune
[Service]
Type=idle
Environment="TERM=dumb"
ExecStart=/usr/sdbin/powertop --auto-tune
[Install]
WantedBy=multi-user.target