文章分类 -  linux

讲一个linux服务启动报错问题排查
摘要:讲一个linux服务启动报错问题排查 原文地址:https://www.cnblogs.com/dalichengzi/p/16392525.html 例子 首先我们在/usr/lib/systemd/system目录下创建一个服务文件,写下服务启动任务配置。下面我以prometheus的node_ 阅读全文

posted @ 2023-01-11 10:54 八方鱼 阅读(233) 评论(0) 推荐(0)

linux配置服务启动
摘要:1.通过yum安装的会自动创建systemctl 此时systemctl enable **, 例如:systemctl enable nginx ; 启动systemctl start nginx,停止 systemctl stop nginx ,查看状态 systemctl status ngi 阅读全文

posted @ 2022-12-29 16:15 八方鱼 阅读(490) 评论(0) 推荐(0)