From 0ce7dd23770db1f9cb79aa8525f9351f0c7a4d4e Mon Sep 17 00:00:00 2001 From: shizhendong Date: Sun, 3 Oct 2021 22:40:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=86=85=20promtail=20=E7=BB=84=E4=BB=B6=20s?= =?UTF-8?q?ystemd=20=E5=90=AF=E5=81=9C=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 6b05ca6..48c787d 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -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