Add template for vdr lirc configuration

This commit is contained in:
Alexander Grothe 2017-07-16 09:34:03 +02:00
parent 980df3481e
commit 9b4ca5e134
2 changed files with 5 additions and 1 deletions

View File

@ -959,7 +959,7 @@ install_avahi: true
# install_eventlircd is defined and install_eventlircd
#+END_SRC
*** templates
#+BEGIN_SRC :tangle roles/yavdr-remote/templates/03-vdr-lircd.conf.j2 :mkdirp yes :padline no
#+BEGIN_SRC conf :tangle roles/yavdr-remote/templates/03-vdr-lirc.conf.j2 :mkdirp yes :padline no
{% if frontend != 'kodi' %}
[vdr]
--lirc=/var/run/lirc/lircd

View File

@ -0,0 +1,4 @@
{% if frontend != 'kodi' %}
[vdr]
--lirc=/var/run/lirc/lircd
{% endif %}