Philippe Caseiro
4365b7974a
Ubuntu don't build redis with SSL support so we use Stunnel to fill the gap. Here we add Stunnel full EOLE integration and Redis specifics. Maybe later we will want to have a specific package for eole-stunnel. ref #30338
19 lines
568 B
Plaintext
19 lines
568 B
Plaintext
# /etc/default/stunnel
|
|
# Julien LEMOINE <speedblue@debian.org>
|
|
# September 2003
|
|
|
|
# Change to one to enable stunnel automatic startup
|
|
ENABLED=1
|
|
FILES="/etc/stunnel/*.conf"
|
|
OPTIONS="%%stunnel_opts"
|
|
|
|
# Change to one to enable ppp restart scripts
|
|
PPP_RESTART=0
|
|
|
|
# Change to enable the setting of limits on the stunnel instances
|
|
# For example, to set a large limit on file descriptors (to enable
|
|
# more simultaneous client connections), set RLIMITS="-n 4096"
|
|
# More than one resource limit may be modified at the same time,
|
|
# e.g. RLIMITS="-n 4096 -d unlimited"
|
|
RLIMITS=""
|