lirc_options.conf 993 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # These are the default options to lircd, if installed as
  2. # /etc/lirc/lirc_options.conf. See the lircd(8) and lircmd(8)
  3. # manpages for info on the different options.
  4. #
  5. # Some tools including mode2 and irw uses values such as
  6. # driver, device, plugindir and loglevel as fallback values
  7. # in not defined elsewhere.
  8. [lircd]
  9. nodaemon = False
  10. driver = default
  11. device = /dev/lirc0
  12. output = /var/run/lirc/lircd
  13. pidfile = /var/run/lirc/lircd.pid
  14. plugindir = /usr/lib/arm-linux-gnueabihf/lirc/plugins
  15. permission = 666
  16. allow-simulate = No
  17. repeat-max = 600
  18. #effective-user =
  19. #listen = [address:]port
  20. #connect = host[:port]
  21. #loglevel = 6
  22. #uinput = ...
  23. #release = ...
  24. #logfile = ...
  25. [lircmd]
  26. uinput = False
  27. nodaemon = False
  28. # [modinit]
  29. # code = /usr/sbin/modprobe lirc_serial
  30. # code1 = /usr/bin/setfacl -m g:lirc:rw /dev/uinput
  31. # code2 = ...
  32. # [lircd-uinput]
  33. # release-timeout = 200