diff options
Diffstat (limited to 'templates/Debian')
-rw-r--r-- | templates/Debian/default | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/Debian/default b/templates/Debian/default new file mode 100644 index 00000000..9e2f4d37 --- /dev/null +++ b/templates/Debian/default @@ -0,0 +1,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') %> |