test file_size with send to different shard
[cloudstore.git] / init.d / s1-create_user
1 #!/bin/sh
2
3 DAEMON="gearman -n -f create_user -w ./gearman/create_user"
4
5 . /srv/cloudstore/init.d/_start_stop
6 _start_stop $*
7
8