display and/or create md5sum in user.md5 xattr
[cloudstore.git] / init.d / s1-stunnel
1 #!/bin/sh
2
3 . /srv/cloudstore/init.d/_start_stop
4 BACKGROUND=0
5
6 DAEMON="/usr/bin/stunnel -d 91.233.36.2:443 -r 6501 -P /tmp/$NAME.pid -o /tmp/$NAME.log -p /etc/ssl/rsync1.maxxo.com.pem"
7
8 _start_stop $*
9