summaryrefslogtreecommitdiff
path: root/templates/Debian/default
blob: 9e2f4d376cfc07f43947d7487f7955569f0e3aae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/default/stunnel
# Julien LEMOINE <speedblue@debian.org>
# September 2003

# Change to one to enable stunnel automatic startup
ENABLED=<%= scope.lookupvar('stunnel::startboot') %>
FILES="/etc/stunnel/*.conf"
OPTIONS=""

# Change to one to enable ppp restart scripts
PPP_RESTART=0

<%= scope.lookupvar('stunnel::default_extra') %>