/init/acpid.conf
http://github.com/brinkman83/bashrc · Config · 14 lines · 10 code · 4 blank · 0 comment · 0 complexity · 5ed634f9848d884b1314afc5ae92e2d6 MD5 · raw file
- # acpid - ACPI daemon
- #
- # The ACPI daemon provides a socket for other daemons to multiplex kernel
- # ACPI events from, and a framework for reacting to those events.
- description "ACPI daemon"
- start on runlevel [2345]
- stop on runlevel [!2345]
- expect fork
- respawn
- exec acpid -c /etc/acpi/events -s /var/run/acpid.socket