2024年10月27日

NET8在Linux下以守护进程方式运行

摘要: NET8在Linux下以守护进程方式运行守护进程sudo apt-get install supervisor配置cd /etc/supervisor/conf.d #进入配置目录vim zhongtai.conf # 创建zhongtai命名的配置文件 [program:zhongtai] #程序 阅读全文

posted @ 2024-10-27 15:23 zyp_java_net 阅读(166) 评论(0) 推荐(0)

导航