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/net-dialup/sercd/files/sercd.confd

24 lines
499 B

# sercd service configuration file
# Run daemon as this user:group
SERCD_USER=uucp:uucp
# Serial port
SERCD_DEVFILE=/dev/modem
# Lock file
SERCD_LOCKFILE=/run/lock/LCK..modem
# Address on which this daemon listens on
SERCD_ADDR=0.0.0.0
SERCD_PORT=7000
# Log level; available values are from 0 (LOG_EMERG) to 7 (LOG_DEBUG).
SERCD_LOGLEVEL=5
# Uncomment this if you want compatibility with Cisco IOS
# SERCD_OPTS="-i"
# Poll interval is in milliseconds. 0 means no polling
SERCD_POLLINTERV=100