LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Enable acpid (https://www.linuxquestions.org/questions/linux-software-2/enable-acpid-4175684759/)

llewellen 11-05-2020 02:10 PM

Enable acpid
 
Manjaro>Enlightenment 0.24.99>Dell Inspiron 13 7000

I re-installed acpid just to be sure but I am getting this return:

Code:

[drew@dell-pc ~]$ sudo systemctl start acpid.service
[sudo] password for drew:
[drew@dell-pc ~]$ sudo systemctl status acpid.service
● acpid.service - ACPI event daemon
    Loaded: loaded (/usr/lib/systemd/system/acpid.service; disabled; vendor preset: disa>
    Active: active (running) since Thu 2020-11-05 11:08:24 PST; 19min ago
      Docs: man:acpid(8)
  Main PID: 18979 (acpid)
      Tasks: 1 (limit: 9196)
    Memory: 336.0K
    CGroup: /system.slice/acpid.service
            └─18979 /usr/bin/acpid --foreground --netlink

Nov 05 11:08:24 dell-pc systemd[1]: Started ACPI event daemon.
Nov 05 11:08:24 dell-pc acpid[18979]: starting up with netlink and the input layer
Nov 05 11:08:24 dell-pc acpid[18979]: 1 rule loaded
Nov 05 11:08:24 dell-pc acpid[18979]: waiting for events: event logging is off

Is it enabled or not?

berndbausch 11-05-2020 05:50 PM

Quote:

Originally Posted by llewellen (Post 6182203)
Code:

    Loaded: loaded (/usr/lib/systemd/system/acpid.service; disabled; vendor preset: disa>
Is it enabled or not?

Obviously disabled. Which merely means that it is not started automatically when the system boots. In this particular case, it has been started manually.

llewellen 11-06-2020 01:43 PM

Quote:

Originally Posted by berndbausch (Post 6182255)
Obviously disabled. Which merely means that it is not started automatically when the system boots. In this particular case, it has been started manually.

Thank you. Arch Wiki is my friend :)


All times are GMT -5. The time now is 12:02 PM.