arch-setup/templates/laptop/powertop.service.j2
2024-09-27 07:33:30 +02:00

12 lines
184 B
Django/Jinja

# {{ ansible_managed }}
[Unit]
Description=Powertop tunings
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/bin/powertop --auto-tune
[Install]
WantedBy=multi-user.target