You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/irtrans-irserver/files/irtrans-server.confd

14 lines
399 B

# Config for irtrans-server
# $Id$
# 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.
# run '/usr/bin/irtrans --help' for all Parameters
OPT="-daemon"
# LINUX Devices: /dev/ttyS0 - /dev/ttySn or /dev/ttyUSB0 - /dev/ttyUSBn for USB devices
IRDEVICE="/dev/ttyUSB0"