Skip to content

Commit

Permalink
Fix envoy service
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Mar 11, 2024
1 parent a31c5b3 commit e9a8c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy/debian/envoy.service
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Type=notify
NotifyAccess=all
SyslogIdentifier=%N
EnvironmentFile=/usr/share/calaos/calaos-envoy.source
PassEnvironment=ENVOY_CACHE_PATH

ExecStart=/usr/bin/podman run \
--name=envoy \
--cidfile=%t/%N.cid --replace --rm --cgroups=split \
--sdnotify=conmon -d \
-v /mnt/calaos/envoy:/config \
-e ENVOY_CACHE_PATH=${ENVOY_CACHE_PATH} \
--network=host \
--pull=never \
--replace \
Expand Down

0 comments on commit e9a8c87

Please sign in to comment.