add pid_file as in Debian package

This commit is contained in:
bodea 2004-12-09 00:53:14 +00:00
parent 42d19d01a2
commit 0247ea133b

View file

@ -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"