17 lines
437 B
Text
17 lines
437 B
Text
# 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"
|