summaryrefslogtreecommitdiff
path: root/net-dialup/accel-ppp/files/accel-ppp.confd
blob: 7a4d2d3712bdb91719c27a0c356853f63dacde64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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"