diff --git a/imageroot/systemd/user/api.service b/imageroot/systemd/user/api.service index 376ce0c..bb50911 100644 --- a/imageroot/systemd/user/api.service +++ b/imageroot/systemd/user/api.service @@ -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