摘要: centos 7 下设置nginx项目开机自启动 1.1在/etc/systemd/system 下创建xxx.service文件;如:nginx.service1.1.nginx.service文件添加: [Unit]Description=nginx service [Service]Type= 阅读全文
posted @ 2021-01-03 22:54 大树2 阅读(208) 评论(0) 推荐(0)
摘要: centos 7 下设置.net core项目开机自启动 1.1在/etc/systemd/system 下创建xxx.service文件;如:myoacore.service 1.2myoacore.service文件添加:[Unit]Description="oa service" [Servi 阅读全文
posted @ 2021-01-03 22:47 大树2 阅读(723) 评论(0) 推荐(0)
摘要: centos 7.5 安装 suppervisor Supervisor是用Python开发的Linux/Unix系统下的一个进程管理工具。它可以使进程脱离终端,变为后台守护进程(daemon)。实时监控进程状态,异常退出时能自动重启。Supervisor需要Python2.4或更高版本的Pytho 阅读全文
posted @ 2021-01-03 18:54 大树2 阅读(188) 评论(0) 推荐(0)