projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f5b28
)
Raise ulimit -n for stunnel
author
Peter Palfrader
<peter@palfrader.org>
Tue, 8 Apr 2014 09:17:04 +0000
(11:17 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 8 Apr 2014 09:17:04 +0000
(11:17 +0200)
modules/stunnel4/files/etc-init.d-stunnel4
patch
|
blob
|
history
diff --git
a/modules/stunnel4/files/etc-init.d-stunnel4
b/modules/stunnel4/files/etc-init.d-stunnel4
index
e2f442e
..
6456bfb
100755
(executable)
--- a/
modules/stunnel4/files/etc-init.d-stunnel4
+++ b/
modules/stunnel4/files/etc-init.d-stunnel4
@@
-23,6
+23,8
@@
DESC="SSL tunnels"
OPTIONS=""
ENABLED=0
+ulimit -n 4096
+
if [ -n "${2:-}" ]; then
if [ -e "/etc/stunnel/$2.conf" ]; then
FILES="/etc/stunnel/$2.conf"