halfer

lirc_options.conf

May 19th, 2017
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  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.  
  9. [lircd]
  10. nodaemon = False
  11. driver = default
  12. device = /dev/lirc0
  13. #device = auto
  14. output = /var/run/lirc/lircd
  15. pidfile = /var/run/lirc/lircd.pid
  16. plugindir = /usr/lib/x86_64-linux-gnu/lirc/plugins
  17. permission = 666
  18. allow-simulate = No
  19. repeat-max = 600
  20. #effective-user =
  21. #listen = [address:]port
  22. #connect = host[:port]
  23. #loglevel = 6
  24. #uinput = ...
  25. #release = ...
  26. #logfile = ...
  27.  
  28. [lircmd]
  29. uinput = False
  30. nodaemon = False
  31.  
  32. # [modinit]
  33. # code = /usr/sbin/modprobe lirc_serial
  34. # code1 = /usr/bin/setfacl -m g:lirc:rw /dev/uinput
  35. # code2 = ...
  36.  
  37.  
  38. # [lircd-uinput]
  39. # release-timeout = 200
Advertisement
Add Comment
Please, Sign In to add comment