fix: 修改配置文件内 promtail 组件 systemd 启停命令

This commit is contained in:
shizhendong
2021-10-03 22:40:29 +08:00
parent d5f54f40b1
commit 0ce7dd2377

View File

@@ -3,8 +3,8 @@ confagent:
cmdLine: /opt/nezha/promtail/config.conf
config: /opt/nezha/promtail/promtail.yaml
defaultIP: 127.0.0.1
startCmd: systemctl start nz-promtail
stopCmd: systemctl stop nz-promtail
startCmd: systemctl start promtail
stopCmd: systemctl stop promtail
logging:
config: config/logback-spring.xml