diff options
author | Micah Anderson <micah@riseup.net> | 2009-10-02 15:41:30 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-10-02 15:41:30 -0400 |
commit | 5fd1d15a8fd0517218878b269964b8286ef360c5 (patch) | |
tree | a31a711d6e8f3c693533859292d517faf961a1bc /templates/Debian |
initial check-in of stunnel module, based on stunnel4
Diffstat (limited to 'templates/Debian')
-rw-r--r-- | templates/Debian/default | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/Debian/default b/templates/Debian/default new file mode 100644 index 0000000..e8b42c1 --- /dev/null +++ b/templates/Debian/default @@ -0,0 +1,11 @@ +# /etc/default/stunnel +# Julien LEMOINE <speedblue@debian.org> +# September 2003 + +# Change to one to enable stunnel automatic startup +ENABLED=<%= stunnel_startboot -%> +FILES="/etc/stunnel/*.conf" +OPTIONS="" + +# Change to one to enable ppp restart scripts +PPP_RESTART=0 |