Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add STart post to start migrations-Attempt
Browse files Browse the repository at this point in the history
compgeniuses committed Jul 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 167d13c commit 6a10963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/systemd/user/bigcapital-webapp.service
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/bigcapital-webapp.pid \
--cidfile %t/bigcapital-webapp.ctr-id --cgroups=no-conmon \
--pod-id-file %t/bigcapital.pod-id --replace -d --name bigcapital-webapp \
${WEBAPP_IMAGE}
ExecStartPost=/usr/bin/podman run --name bigcapital-migrations --env-file="" {BIGCAPITAL_MIGRATIONS_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/bigcapital-webapp.ctr-id -t 10
ExecReload=/usr/bin/podman kill -s HUP bigcapital-webapp
SyslogIdentifier=%u

0 comments on commit 6a10963

Please sign in to comment.