fix systemd unit install path
[external/acpid.git] / acpi_listen.8
1 .TH acpi_listen 8 "Nov 2003"
2 .\" Portions Copyright (c) 2003 Sun Microsystems
3 .\" Copyright (c) 2004 Tim Hockin (thockin@hockin.org)
4 .\" Some parts (C) 2003 - Gismo / Luca Capello <luca.pca.it> http://luca.pca.it
5 .SH NAME
6 acpi_listen \- ACPI event listener
7 .SH SYNOPSIS
8 \fBacpi_listen\fP [\fIoptions\fP]
9
10 .SH DESCRIPTION
11 \fBacpid\fP is the system-wide ACPI event catcher.  \fBacpi_listen\fP is a
12 simple shell-friendly tool which connects to acpid and listens for events.
13 When an event occurs, acpi_listen will print it on stdout.
14
15 .SH OPTIONS
16 .TP
17 .BI \-c "\fR, \fP" \--count " events"
18 Receive up to a maximum number of ACPI events, then exit.
19 .TP
20 .BI \-s "\fR, \fP" \--socketfile " filename"
21 This option changes the name of the UNIX domain socket which \fBacpid\fP opens.
22 Default is \fI/var/run/acpid.socket\fP.
23 .TP
24 .BI \-t "\fR, \fP" \--time " seconds"
25 Listen for the specified time in seconds, before exiting.
26 .TP
27 .BI \-v "\fR, \fP" \--version
28 Print version information and exit.
29 .TP
30 .BI \-h "\fR, \fP" \--help
31 Show help and exit.
32
33 .SH FILES
34 .PD 0
35 .B /var/run/acpid.socket
36 .PD
37
38 .SH BUGS
39 There are no known bugs.  To file bug reports, see \fBAUTHORS\fP below.
40 .SH SEE ALSO
41 regcomp(3), sh(1), socket(2), connect(2)
42 .SH AUTHORS
43 Tim Hockin <thockin@hockin.org>
44 .br
45 Luca Capello <luca@pca.it>
46 .br
47