1LIRCRCD(1) FSF LIRCRCD(1)
2
3
4
6 lircrc daemon - handle consistent .lircrc state among client applica‐
7 tions
8
10 lircrcd [options] config-file
11
13 lircrcd reads the given .lircrc config file and synchronises the mode
14 that the LIRC clients using this config file (irexec(1), irxevent(1) ,
15 etc.) are in. Using lircrcd has to be explicitly enabled in the config
16 file by adding the following line at the beginning of the file:
17 #! lircrcd
18
19 -h --help
20 display this message
21
22 -v --version
23 display version
24
25 -p --permission=mode
26 file permissions for socket
27
28 -o --output=socket
29 output socket filename
30
32 -p, --premission=mode
33 The --permission option gives the file permission of the Unix
34 domain socket lircrcd creates on startup in octal representa‐
35 tion. Read the documentation for chmod for further details. If
36 no --permission option is given when the socket is created the
37 default is to give only the user owning the file read and write
38 permissions (0600 in octal representation).
39
40 -o, --output=socket
41 With the --output option you can select the Unix domain socket,
42 which lircrcd will create. The default is to append a "d" char‐
43 acter to the config filename given.
44
46 The documentation for lirc is maintained as html pages. They are
47 located under html/ in the documentation directory.
48
49
50
51lircrcd 0.8.2 June 2007 LIRCRCD(1)