From f0d88497860f814394371ef12201c0cefa9e1b73 Mon Sep 17 00:00:00 2001 From: supaPatrick <127120536+supaPatrick@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:18:35 -0400 Subject: [PATCH] fix: Update envoy.service.j2 removed bash shell from service --- ansible/files/envoy_config/envoy.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/files/envoy_config/envoy.service.j2 b/ansible/files/envoy_config/envoy.service.j2 index ac33838a4..7800a4596 100644 --- a/ansible/files/envoy_config/envoy.service.j2 +++ b/ansible/files/envoy_config/envoy.service.j2 @@ -4,7 +4,7 @@ Conflicts=kong.service [Service] Type=simple -ExecStart=/usr/bin/bash -c '/opt/envoy/envoy --config-path /opt/envoy/envoy.yml' +ExecStart=/opt/envoy/envoy --config-path /opt/envoy/envoy.yml User=envoy Slice=envoy.slice