arch-setup/templates/personal/xps/powertop.service.j2

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