Administrator
发布于 2026-01-01 / 3 阅读
0
0

V8常用命令

核心启动服务

systemctl start autotrae-core

核心停止服务

systemctl stop autotrae-core

核心重启服务

systemctl restart autotrae-core

核心查看日志

journalctl -u autotrae-core -f

核心服务关闭

systemctl disable autotrae-core

推流启动服务

systemctl start autotrae-stream

推流停止服务

systemctl stop autotrae-stream

推流重启服务

systemctl restart autotrae-stream

推流查看日志

journalctl -u autotrae-stream -f

推流关闭服务

systemctl disable autotrae-stream

紧急停止

cd /root/autotrae && touch quant-core/STOP.lock

解除锁定

cd /root/autotrae && rm quant-core/STOP.lock

管理员工具

cd /root/autotrae/quant-core/ && node src/tools/ops.js


评论