]> git.pld-linux.org Git - packages/openl2tp.git/blob - openl2tpd.sysconfig
- parrallel build is broken
[packages/openl2tp.git] / openl2tpd.sysconfig
1 # Settings for the OpenL2TP daemon.
2
3 # Set nice level for openl2tpd
4 #SERVICE_RUN_NICE_LEVEL="+2"
5
6 # OPENL2TPDARGS= :  any extra command-line startup arguments for crond
7 #       -R              - allow remote management using RPC
8 #       -d nnn          - set debug trace mask to nnn
9 #       -L log-facility - set syslog facility (default LOG_DAEMON) 
10 #
11 # OPENL2TPD_CONFIG_FILE= : a file containing L2TP config that
12 #                          is loaded when openl2tpd starts up.
13
14 # Use ipsec.so plugin for IPSec setups.
15 #OPENL2TPDARGS="-p ipsec.so"
16 OPENL2TPDARGS=
17
18 # Config file to load at openl2tpd startup
19 OPENL2TPD_CONFIG_FILE=/etc/openl2tpd.conf
This page took 0.058537 seconds and 3 git commands to generate.