summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/lirc/files/lirc_options.conf')
-rw-r--r--app-misc/lirc/files/lirc_options.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-misc/lirc/files/lirc_options.conf b/app-misc/lirc/files/lirc_options.conf
new file mode 100644
index 0000000..6e1d519
--- /dev/null
+++ b/app-misc/lirc/files/lirc_options.conf
@@ -0,0 +1,28 @@
+# These are the default options to lircd, if installed as
+# /etc/lirc/lirc_options.conf. See the lircd(8) and lircmd(8)
+# manpages for info on the different options.
+
+[lircd]
+nodaemon = False
+driver = default
+device = /dev/lirc0
+output = /var/run/lirc/lircd
+pidfile = /var/run/lirc/lircd.pid
+plugindir = /usr/lib64/lirc/plugins
+permission = 666
+allow-simulate = No
+repeat-max = 600
+effective-user = lirc
+#listen = [address:]port
+#connect = host[:port]
+#debug = 6
+#uinput = ...
+#release = ...
+#logfile = ...
+
+[lircmd]
+uinput = False
+nodaemon = False
+
+[modprobe]
+#modules = [lircd_dev, lirc_sir...]