fix systemd unit install path
[external/acpid.git] / README
1 acpid for netlink
2
3 This is Ted Felix's <http://www.tedfelix.com> branch of the acpid project 
4 which includes support for netlink and the input layer.
5
6 /proc/acpi/event is a deprecated kernel interface for ACPI events.  Newer
7 kernels rely on netlink and the input layer to send ACPI-related events.
8 This branch of acpid uses these new interfaces.
9
10 Any comments or patches for this branch should be sent to Ted Felix:
11 http://www.tedfelix.com
12
13 ***********************************************************
14 *                      README for acpid                   *
15 *                                                         *
16 *  Daemon for Advanced Configuration and Power Interface  *
17 *  Tim Hockin                                             *
18 *      <thockin@hockin.org>                               *
19 *                                                         *
20 ***********************************************************
21
22 Feb 13, 2004
23
24 Overview
25 --------
26
27   ACPID used to try to handle events internally.  Rather than try to climb
28   an ever-growing mountain, ACPID now lets YOU define what events to handle.
29   Any event that publishes itself to /proc/acpi/event can be handled.
30
31   ACPID reads a set of configuration files which define event->action pairs.
32   This is how you make it do stuff. See the man page for details.
33
34 Implementation status
35 ---------------------
36
37   This version should have complete support for generic handling of events.
38
39 Requirements
40 ------------
41
42   For 2.6 and newer 2.4 kernels, ACPI seems to be fully integrated.  That
43   should be all you need.
44
45   The ACPI kernel driver should be working on your system before trying
46   ACPID.  Verify ACPI is loaded by verifying the existence of
47   /proc/acpi/event.
48
49 Compiling ACPID
50 ---------------
51
52   type "make"