Merge branch 'master' of git.rot13.org:/git/cloudstore
[cloudstore.git] / init.d / s1-rsync-piper
1 #!/bin/sh
2
3 . /srv/cloudstore/init.d/_start_stop
4
5 DAEMON="./rsync-piper.pl $SLICE_GROUP"
6
7 _start_stop $*
8
9