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