File: lirc

package info (click to toggle)
python-augeas 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 744 kB
  • ctags: 58
  • sloc: python: 345; makefile: 24; sh: 2
file content (13 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Note: in addition to these parameters, you need to have working    -*- sh -*-
# configuration file for lircd (and lircmd if enabled).

# Options to lircd(8).  Typically, at least a remote controller driver
# ("-H foo") needs to be specified here.  Run "/usr/sbin/lircd -H help" to get
# a listing of supported drivers.
LIRCD_OPTIONS=""

# If "yes", the init script will try to start lircmd(8) too.
ENABLE_LIRCMD="no"

# Options to lircmd(8).
LIRCMD_OPTIONS=""