debian-org: new host dedication - sor.d.o (debsources)
[mirror/dsa-puppet.git] / modules / stunnel4 / files / etc-init.d-stunnel4
index c4bb5ad..6456bfb 100755 (executable)
@@ -23,7 +23,9 @@ DESC="SSL tunnels"
 OPTIONS=""
 ENABLED=0
 
-if [ -n "${2-:}" ]; then
+ulimit -n 4096
+
+if [ -n "${2:-}" ]; then
        if [ -e "/etc/stunnel/$2.conf" ]; then
                FILES="/etc/stunnel/$2.conf"
        else
@@ -117,7 +119,7 @@ case "$1" in
         ;;
   *)
         N=/etc/init.d/$NAME
-        echo "Usage: $N {start|stop|force-reload|restart}" >&2
+        echo "Usage: $N {start|stop|force-reload|restart} [<stunnel instance>]" >&2
         exit 1
         ;;
 esac