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