add pid_file as in Debian package
This commit is contained in:
parent
877ade4dfb
commit
b8c714c7eb
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
set debug 3
|
||||
set log_file "/var/log/l2tpns"
|
||||
set pid_file "/var/run/l2tpns.pid"
|
||||
set l2tp_secret "secret"
|
||||
set primary_dns 1.2.3.4
|
||||
set secondary_dns 1.2.3.5
|
||||
|
|
@ -11,7 +12,7 @@ set radius_secret "secret"
|
|||
set bind_address 0.0.0.0
|
||||
set cluster_master 0.0.0.0
|
||||
set throttle_speed 64
|
||||
set accounting_dir "/var/run/l2tpns/acct/"
|
||||
set accounting_dir "/var/run/l2tpns/acct"
|
||||
set setuid 0
|
||||
set dump_speed no
|
||||
load plugin "garden"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue