Skip to content

Commit

Permalink
adjust the starting sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Feb 4, 2024
1 parent 8dd5552 commit 0087da9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/n8n-pgsql.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Podman n8n-pgsql.service
BindsTo=n8n.service
Before=n8n-redis.service
After=n8n.service

[Service]
Environment=PODMAN_SYSTEMD_UNIT=%n
Expand Down
2 changes: 1 addition & 1 deletion imageroot/systemd/user/n8n-redis.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Podman n8n-redis.service
BindsTo=n8n.service
After=n8n-pgsql.service
After=n8n.service n8n-pgsql.service

[Service]
Environment=PODMAN_SYSTEMD_UNIT=%n REDIS_IMAGE=docker.io/library/redis:7
Expand Down
2 changes: 1 addition & 1 deletion imageroot/systemd/user/n8n-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[Unit]
Description=Podman n8n-server.service
BindsTo=n8n.service
After=n8n-redis.service n8n-pgsql.service
After=n8n.service n8n-pgsql.service n8n-redis.service

[Service]
Environment=PODMAN_SYSTEMD_UNIT=%n
Expand Down

0 comments on commit 0087da9

Please sign in to comment.