TT#18774 Fix acpid service status accordingly to mr6.2+ state

root@sp1:/usr/share/ngcp-tests# systemctl status acpid.service
● acpid.service - ACPI event daemon
   Loaded: loaded (/lib/systemd/system/acpid.service; disabled; vendor preset: disabled)
   Active: active (running) since Fri 2018-04-13 17:48:00 CEST; 40min ago
 Main PID: 338 (acpid)
    Tasks: 1 (limit: 2376)
   CGroup: /system.slice/acpid.service
           └─338 /usr/sbin/acpid
root@sp1:/usr/share/ngcp-tests# systemctl status acpid.socket
Failed to dump process list, ignoring: No such file or directory
● acpid.socket - ACPID Listen Socket
   Loaded: loaded (/lib/systemd/system/acpid.socket; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2018-04-13 17:48:00 CEST; 40min ago
   Listen: /run/acpid.socket (Stream)
   CGroup: /system.slice/acpid.socket
root@sp1:/usr/share/ngcp-tests# systemctl status acpid.path
● acpid.path - ACPI Events Check
   Loaded: loaded (/lib/systemd/system/acpid.path; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2018-04-13 17:48:00 CEST; 40min ago
root@sp1:/usr/share/ngcp-tests# systemctl is-enabled acpid.service
disabled
root@sp1:/usr/share/ngcp-tests# systemctl is-enabled acpid.socket
enabled
root@sp1:/usr/share/ngcp-tests# systemctl is-enabled acpid.path
enabled

Change-Id: I54e324234ff873930390434ac847c9ee76d342e3
changes/86/20486/1
Alexander Lutay 8 years ago
parent c1454b7692
commit 9090149557

@ -1,6 +1,14 @@
service:
acpid:
acpid.service:
enabled: false
running: true
acpid.socket:
enabled: true
running: true
acpid.path:
enabled: true
running: true

Loading…
Cancel
Save