月度归档: 2023 年 6 月

  • Supervisor常用命令

    supervisor常用命令,记录备忘。

    supervisorctl   status              查看状态
    supervisorctl   reload              重新载入配置文件
    supervisorctl   start all/ftp     启动所有/指定的程序进程
    supervisorctl   stop all/frp      关闭所有/指定的程序进程 
    
    supervisorctl   restart pcsweb  重启进程
    
    重启supervisor
    systemctl restart supervisord