Skip to content

Commit

Permalink
remove migrations in start order
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jul 12, 2024
1 parent 138bc6d commit 167d13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/bigcapital.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[Unit]
Description=Podman bigcapital.service
Requires=redis-app.service mongo-app.service mariadb-app.service bigcapital-server.service bigcapital-webapp.service
Before=redis-app.service mongo-app.service mariadb-app.service bigcapital-server.service bigcapital-webapp.service bigcapital-migrations.service
Before=redis-app.service mongo-app.service mariadb-app.service bigcapital-server.service bigcapital-webapp.service

[Service]
Environment=PODMAN_SYSTEMD_UNIT=%n
Expand Down

0 comments on commit 167d13c

Please sign in to comment.