
Linux
coder-zzzz
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos7 openresty 服务启动
【代码】centos7 openresty 服务启动。原创 2025-01-06 19:41:24 · 392 阅读 · 0 评论 -
chkconfig开机启动
将脚本存放在/etc/rc.d/init.d目录下,例如supervisord chmod a+x supervisord 添加服务chkconfig --add supervisord 开机自启chkconfig supervisord on #!/bin/sh #chkconfig: 2345 80 90 #description:启动supervisord supervisord原创 2020-12-18 17:00:24 · 371 阅读 · 1 评论