Add laptop power saving conf
This commit is contained in:
parent
d1154ef254
commit
a101d6c0e3
4 changed files with 30 additions and 3 deletions
11
roles/arch/templates/laptop/powertop.j2
Normal file
11
roles/arch/templates/laptop/powertop.j2
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
|
||||
[Unit]
|
||||
Description=Powertop tunings
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/powertop --auto-tune
|
||||
RemainAfterExit=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue