Skip to content

Commit

Permalink
fix: Update envoy.service.j2
Browse files Browse the repository at this point in the history
removed bash shell from service
  • Loading branch information
supaPatrick authored Oct 10, 2023
1 parent a7d77b9 commit f0d8849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/files/envoy_config/envoy.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0d8849

Please sign in to comment.