查看“Supervisord的安装与开机启动”的源代码
←
Supervisord的安装与开机启动
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
== 安装 == <syntaxhighlight lang="shell"> yum -y install supervisord </syntaxhighlight> == 开机启动 == === /usr/lib/systemd/system/supervisord.service 的配置文件 === <syntaxhighlight lang="shell"> [Unit] Description=Process Monitoring and Control Daemon [Service] Type=forking ExecStart=/usr/bin/python2 /usr/bin/supervisord -c /etc/supervisord.conf ExecStop=/usr/bin/supervisorctl shutdown ExecReload=/usr/bin/supervisorctl reload KillMode=process Restart=on-failure RestartSec=42s [Install] WantedBy=multi-user.target </syntaxhighlight> === 相关命令 === <syntaxhighlight lang="shell"> systemctl status supervisord systemctl restart supervisord systemctl stop supervisord systemctl start supervisord systemctl enable supervisord </syntaxhighlight>
返回至“
Supervisord的安装与开机启动
”。
导航菜单
个人工具
登录
命名空间
页面
讨论
变体
已展开
已折叠
查看
阅读
查看源代码
查看历史
更多
已展开
已折叠
搜索
导航
首页
最近更改
随机页面
所有页面
友情链接
洛阳分类信息
工具
链入页面
相关更改
特殊页面
页面信息