This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-terraform.git


The following commit(s) were added to refs/heads/main by this push:
     new 57585a9  fix webui env file location (#13)
57585a9 is described below

commit 57585a9b616ef1ade2e84444ca3eb74ac05541b8
Author: Rahul Bajaj <[email protected]>
AuthorDate: Mon Jul 31 00:50:48 2023 -0400

    fix webui env file location (#13)
---
 ansible/roles/skywalking/templates/skywalking-ui.service.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/skywalking/templates/skywalking-ui.service.j2 
b/ansible/roles/skywalking/templates/skywalking-ui.service.j2
index a8ade7a..1bd331d 100644
--- a/ansible/roles/skywalking/templates/skywalking-ui.service.j2
+++ b/ansible/roles/skywalking/templates/skywalking-ui.service.j2
@@ -19,7 +19,7 @@ After=network.target
 
 [Service]
 Type=simple
-EnvironmentFile=/usr/local/skywalking/webapp/webui_env
+EnvironmentFile=/usr/local/skywalking/webapp/sw_ui_env_file
 ExecStart=/usr/local/skywalking/bin/webappService.sh
 TimeoutSec=300
 KillMode=process

Reply via email to