add s1-send_file start|stop optional-suffix
[cloudstore.git] / init.d / s1-send_file
index 5807c26..6c65e92 100755 (executable)
@@ -1,8 +1,9 @@
 #!/bin/sh
 
+. /srv/cloudstore/init.d/_start_stop
+
+NAME=s1-send_file$2
 DAEMON="./gearman/send_file.pl"
 
-. /srv/cloudstore/init.d/_start_stop
 _start_stop $*
 
-