Supervisor常用命令指南

Supervisor这一进程管理工具的常用命令,包括服务启动、进程管理、配置文件操作等

2024-12-30 16:32:16

Supervisor命令行

启动

supervisord -c /etc/supervisord.conf

查看进程运行状态

supervisorctl status

启动进程

supervisorctl start #进程名

停止进程

supervisorctl stop 进程名

重启进程

supervisorctl restart 进程名

重新载入配置文件

supervisorctl update

关闭supervisord

supervisorctl shutdown

清空进程日志

supervisorctl clear 进程名

进入到交互模式下

supervisorctl

停止所有进程

supervisorctl stop all

重新启动所有进程

supervisorctl restart all

评论

静谧以待,您的评论将是点睛之笔

撰写首个评论,启程你的前端奇妙之旅

is a Wiki for programming enthusiasts and professionals, organizing knowledge on programming.

Connect With Me

I have a fair amount of knowledge of Javascript, Typescript, VueJs, and Nuxt. If you have an interesting idea, either open source or paid let's connect.

Sent Mail
© 2024-2025 © . All rights reserved.