/init/acpid.conf

http://github.com/brinkman83/bashrc · Config · 14 lines · 10 code · 4 blank · 0 comment · 0 complexity · 5ed634f9848d884b1314afc5ae92e2d6 MD5 · raw file

  1. # acpid - ACPI daemon
  2. #
  3. # The ACPI daemon provides a socket for other daemons to multiplex kernel
  4. # ACPI events from, and a framework for reacting to those events.
  5. description "ACPI daemon"
  6. start on runlevel [2345]
  7. stop on runlevel [!2345]
  8. expect fork
  9. respawn
  10. exec acpid -c /etc/acpi/events -s /var/run/acpid.socket