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