语法格式
supervisord [参数]
常用参数:
status | 查看程序状态 |
---|---|
start | 启动程序 |
stop | 关闭程序 |
update | 重启配置文件修改过的程序 |
参考实例
查看进程运行状态:
[root@linux265 ~]# supervisorctl status
启动进程:
[root@linux265 ~]# supervisorctl start 进程名
关闭进程:
[root@linux265 ~]# supervisorctl stop 进程名
清空进程日志:
[root@linux265 ~]# supervisorctl clear 进程名
重新载入配置文件:
[root@linux265 ~]# supervisorctl update
至此关于Linux常用命令supervisord命令的使用方法分享结束,大家如果对supervisord命令的使用方法还有问题可以通过评论区将问题提交我们。
以上就是
为各位朋友分享的 相关内容。想要了解更多Linux相关知识记得关注公众号“良许Linux”,或扫描下方二维码进行关注,更多 等着你 !