mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 10:06:14 +00:00
6 lines
158 B
Bash
6 lines
158 B
Bash
#!/bin/sh
|
|
mkdir -p /cfs/log /cfs/data/wal /cfs/data/store /cfs/bin
|
|
echo "start flashgroupmanager"
|
|
/cfs/bin/cfs-server -f -c /cfs/conf/flashgroupmanager.json
|
|
|