summaryrefslogtreecommitdiff
path: root/templates/Debian/default
blob: ccfefa53a29dd3eb0df51134843741af514f74ac (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=<%= startboot %>
FILES="/etc/stunnel/*.conf"
OPTIONS=""

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

<%= default_extra %>