# This is the configuration file for /etc/init.d/mlvpn
# Start only theses VPN automatically via init script.
# Allowed values are "all", "none", or space separated list of
# names of VPNs.
# Empty meens "all".
# The VPN name refers to /etc/mlvpn/{VPNNAME}.conf without the brackets.

# On which unprivileged user the service should run
USER=mlvpn

#AUTOSTART="all"
#AUTOSTART="none"
#AUTOSTART="paris berlin"

# Set to "yes" if you don't want MLVPN to change it's proc title
DISABLE_PROCTITLE="no"
