start/stop stunnel
[cloudstore.git] / init.d / s1-rsync-piper
1 #!/bin/sh
2
3 NAME=s1-rsync-piper
4 DAEMON="./rsync-piper.pl s1"
5
6 . /srv/cloudstore/init.d/_start_stop
7 _start_stop $*
8
9