随笔分类 -  Linux

supervisor 使用中遇到的问题
摘要:supervisor 配置完毕,使用supervisorctl reload 和supervisorctl update 启动时候报错 解决方法使用下面命令启动 /usr/bin/python2 /usr/bin/supervisorctl -c /etc/supervisor/supervisor 阅读全文
posted @ 2022-04-25 15:03 平凡滴人 阅读(241) 评论(0) 推荐(0)
Centos 7 .Net core后台守护进程Supervisor教程
摘要:ASP.NET Core应用程序发布linux在shell中运行是正常的。可一但shell关闭网站也就关闭了,所以要配置守护进程, 用的是Supervisor,本文主要记录配置的过程和过程遇到的问题 环境 Centos 7 x64位 腾讯云 已安装.Net core 2.1.301 安装Superv 阅读全文
posted @ 2020-11-10 12:08 平凡滴人 阅读(480) 评论(0) 推荐(0)