tomh / rpms / lirc

Forked from rpms/lirc 6 years ago
Clone
345f3ec
# Note: in addition to these parameters, you need to have working    -*- sh -*-
345f3ec
# configuration file for lircd (and lircmd if enabled).
345f3ec
f70266d
# Options to lircd(8).  Typically, this will be empty, as which driver to use
f70266d
# should be specified using the LIRC_DRIVER variable below.
345f3ec
LIRCD_OPTIONS=""
345f3ec
f70266d
# The infrared receiver (and/or transmitter) driver to be used by lircd(8),
f70266d
# similar to passing "-H driver" to lircd(8).
f70266d
# Run "/usr/sbin/lircd -H help" to get a listing of supported drivers.
f70266d
LIRC_DRIVER=""
f70266d
f70266d
# Which lirc device will be used by lircd(8).
f70266d
# This is the same as passing "-d device" to lircd.
f70266d
# An empty value will use the default /dev/lirc device.
f70266d
LIRC_DEVICE=""
f70266d
345f3ec
# If "yes", the init script will try to start lircmd(8) too.
345f3ec
ENABLE_LIRCMD="no"
345f3ec
345f3ec
# Options to lircmd(8).
345f3ec
LIRCMD_OPTIONS=""
f70266d