feat(base): Activate acpid service

This commit is contained in:
Marty Oehme 2025-02-21 17:07:28 +01:00
parent c321289ca0
commit d8450a8ac9
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -109,6 +109,13 @@
state: present
notify: installed-chrony
- name: Activate acpid service
ansible.builtin.file:
force: "yes"
src: "/etc/sv/acpid"
dest: "/etc/runit/runsvdir/default/acpid"
state: link
handlers:
- name: Regenerate locales
ansible.builtin.command: