Dot_Files/roles/arch-post-setup/files/powertop.service

12 lines
176 B
SYSTEMD
Raw Normal View History

2023-08-19 03:26:05 -05:00
; vim: ft=systemd
[Unit]
Description=Powertop tunings
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/powertop --auto-tune
[Install]
WantedBy=multi-user.target