s1 tracker init script
[cloudstore.git] / init.d / s1-tracker
diff --git a/init.d/s1-tracker b/init.d/s1-tracker
new file mode 100755 (executable)
index 0000000..4579201
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+NAME=`basename $0`
+DAEMON="/srv/cloudstore/bin/opentracker -i 213.186.16.27 -p 6969 -s 9696"
+
+. /srv/cloudstore/init.d/_start_stop
+_start_stop $*
+
+