Add laptop power saving conf
This commit is contained in:
parent
d1154ef254
commit
a101d6c0e3
4 changed files with 30 additions and 3 deletions
|
|
@ -43,3 +43,11 @@
|
|||
state: restarted
|
||||
enabled: true
|
||||
scope: user
|
||||
|
||||
- name: restart powertop
|
||||
become: yes
|
||||
systemd:
|
||||
name: powertop
|
||||
state: restarted
|
||||
enabled: true
|
||||
daemon-reload: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue