Skip to content

Commit

Permalink
made queues to run the last
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Jul 23, 2024
1 parent b9d7d79 commit a272ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/queue-long.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[Unit]
Description=Podman queue-long.service
BindsTo=erp-next.service
After=erp-next.service redis-cache.service
After=erp-next.service redis-cache.service db.service backend.service create-site.service frontend.service

[Service]
Environment=PODMAN_SYSTEMD_UNIT=%n
Expand Down
2 changes: 1 addition & 1 deletion imageroot/systemd/user/queue-short.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[Unit]
Description=Podman queue-short.service
BindsTo=erp-next.service
After=erp-next.service redis-cache.service
After=erp-next.service redis-cache.service db.service backend.service create-site.service frontend.service

[Service]
Environment=PODMAN_SYSTEMD_UNIT=%n
Expand Down

0 comments on commit a272ba9

Please sign in to comment.