# Cysic测试网第二期firejail多开命令 **Published by:** [thebigcoming](https://paragraph.com/@thebigcoming/) **Published on:** 2024-11-22 **URL:** https://paragraph.com/@thebigcoming/cysic-firejail ## Content 前提:已安装firejail和pm2没有安装可以参考第一期写的文章https://mirror.xyz/0x6cDBBBCDDBEFaE1678Ba8B6456976f20E9Cd8441/FLGANkE-u7ilZA_GwvVlRN72-kG43LVQOxSEVHCxVX8运行命令修改如下脚本环境变量序号和evm地址修改复制到命令行直接执行即可,也可以自行改成脚本传入参数#firejaril环境序号 envnum=1 #evm地址 evmaddr=0xxxxxxxxxxxxxx mkdir ~/"firejail_env$envnum" curl -L github.com/cysic-labs/phase2_libs/releases/download/v1.0.0/setup_linux.sh > ~/setup_linux.sh && bash ~/setup_linux.sh $evmaddr cp -r cysic-verifier ~/firejail_env$envnum/ && cat "firejail_env$envnum"/cysic-verifier/config.yaml pm2 start "firejail --private=~/firejail_env$envnum bash -c 'cd cysic-verifier && ./start.sh'" --name "cysic$envnum" ## Publication Information - [thebigcoming](https://paragraph.com/@thebigcoming/): Publication homepage - [All Posts](https://paragraph.com/@thebigcoming/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@thebigcoming): Subscribe to updates