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