From d8450a8ac923014ba006c890c9dbcba84de16bb1 Mon Sep 17 00:00:00 2001 From: Marty Oehme <marty.oehme@gmail.com> Date: Fri, 21 Feb 2025 17:07:28 +0100 Subject: [PATCH] feat(base): Activate acpid service --- void_base.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/void_base.yaml b/void_base.yaml index ab8fc6f..95ab250 100644 --- a/void_base.yaml +++ b/void_base.yaml @@ -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: