mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 18:15:51 +00:00
Signed-off-by: zhuzhengyi001 <zhuzhengyi001@ke.com> Signed-off-by: slasher <shenjie1@oppo.com>
5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p /cfs/bin /cfs/log
|
|
echo "start lcnode"
|
|
/cfs/bin/cfs-server -f -c /cfs/conf/lcnode.json
|