#!/bin/sh . /srv/cloudstore/init.d/_start_stop BACKGROUND=0 NAME=s1-stunnel DAEMON="/usr/bin/stunnel -c -d 213.186.16.27:443 -r 127.0.0.1:6501 -P /tmp/$NAME.pid -o /tmp/$NAME.log" _start_stop $*