added init script for monit
[cloudstore.git] / init.d / s1-rsync-piper
diff --git a/init.d/s1-rsync-piper b/init.d/s1-rsync-piper
new file mode 100755 (executable)
index 0000000..1292177
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+NAME=s1-rsync-piper
+DAEMON="./rsync-piper.pl s1"
+
+. /srv/cloudstore/init.d/_start_stop
+_start_stop $*
+
+