s1 tracker init script
[cloudstore.git] / init.d / s1-send_file
1 #!/bin/sh
2
3 NAME=s1-send_file
4 DAEMON="./gearman/send_file.pl"
5
6 . /srv/cloudstore/init.d/_start_stop
7 _start_stop $*
8
9