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