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/accel-ppp/files/accel-ppp.confd

18 lines
437 B

# Config file for accel-pppd
# Pid file
ACCEL_PPPD_PID="/run/accel-ppp/accel-pppd.pid"
# Directory for radius attributes
RADATTR_DIR="/run/radattr"
# Daemon options
ACCEL_PPPD_OPTS="-d -c /etc/accel-ppp.conf"
# Set type of shutdown for accel-ppp daemon
# Default is 'hard' shutdown due to freezes
# when using upstream default('soft') with
# hundreds of sessions.
# Uncomment and set different mode if you wish
#SHUTDOWN_MODE="hard"