Remove powertop setup

This commit is contained in:
Sonny Bakker 2025-05-14 19:46:57 +02:00
parent fed90f0d39
commit 10b00a1324
2 changed files with 3 additions and 19 deletions

View file

@ -1,12 +1,8 @@
- name: Provision powertop systemd service
become: true
ansible.builtin.template:
src: templates/personal/xps/powertop.service.j2
dest: /etc/systemd/system/powertop.service
owner: root
group: root
mode: '0644'
notify: restart powertop
ansible.builtin.file:
path: /etc/systemd/system/powertop.service
state: absent
- name: Provision python pa-dlna
block:

View file

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