Closed flute closed 6 years ago
官方是使用supervisor来管理neb进程
[program:neb] directory=/neb/app user=app command=/neb/app/neb -c /neb/app/conf/config.conf stdout_logfile=/neb/app/logs/out.log stderr_logfile=/neb/app/logs/err.log autostart=true autorestart=true
OK,tks, 使用systemd出现了一些问题,换成supervisor暂无问题。
主网节点如何在后台稳定运行,进程守护最佳实践?能否给出官方示例。