2007-08-16 14:48:50 +02:00
|
|
|
# Config for irtrans-server
|
|
|
|
# $Header: $
|
|
|
|
|
2007-05-01 18:55:50 +02:00
|
|
|
# Controls which information is logged. Standard is loglevel 1.
|
|
|
|
# Possible values are 0-4. 0=Nothing is logged. 4=debug output.
|
|
|
|
LOGLEVEL="1"
|
|
|
|
|
|
|
|
# Starts the irserver as a LINUX Service.
|
|
|
|
OPT="-daemon"
|
|
|
|
|
|
|
|
# LINUX Devices: /dev/ttyS0 - /dev/ttySn or /dev/ttyUSB0 - /dev/ttyUSBn for USB devices
|
|
|
|
IRDEVICE="/dev/ttyUSB0"
|
|
|
|
|