Skip to content

Commit

Permalink
Changed from start-init to init
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Feb 16, 2024
1 parent da5bcf9 commit eed5ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/zitadel-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/zitadel-app.pid \
--env=ZITADEL_DATABASE_COCKROACH_HOST=crdb \
--env=ZITADEL_EXTERNALSECURE=false \
${ZITADEL_IMAGE} \
start-from-init --masterKey=3AAAFE86B1CA7D860A95AAE91BEE5D48 --tlsMode=disabled
init zitadel
#ExecStartPost=/usr/bin/podman exec zitadel-app /bin/bash start-from-init --masterKey=3AAAFE86B1CA7D860A95AAE91BEE5D48 --tlsMode=disabled
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/zitadel-app.ctr-id -t 10
ExecReload=/usr/bin/podman kill -s HUP zitadel-app
Expand Down

0 comments on commit eed5ce3

Please sign in to comment.