acpi: supervise normal acpid service

This commit is contained in:
Hoang Nguyen 2022-08-08 11:44:59 +07:00
parent eababf0fa2
commit b2c004e662
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
1 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,16 @@
mode: 0755
owner: root
group: root
- name: acpi | Use process supervisor for acpid service
lineinfile:
path: /etc/conf.d/acpid
search_string: supervisor=
line: supervisor="supervise-daemon"
state: present
owner: root
group: root
mode: 0644
when: acpid_daemon == 'acpid'
- block: