Skip to content

Commit

Permalink
systemd: add subscription env file for api server
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Apr 12, 2024
1 parent 3c1d048 commit 850fbb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/systemd/user/api.service
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ExecStart=/usr/bin/podman run \
--env-file=%S/state/secret.env \
--env-file=%S/state/config.env \
--env-file=%S/state/promtail.env \
--env-file=%S/state/subscription.env \
${NETHSECURITY_API_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/api.ctr-id -t 10
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/api.ctr-id
Expand Down

0 comments on commit 850fbb1

Please sign in to comment.