Skip to content

Commit

Permalink
reorder, service start
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jan 28, 2024
1 parent cce3445 commit 067760f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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-redis.service

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


[Service]
Environment=PODMAN_SYSTEMD_UNIT=%n REDIS_IMAGE=docker.io/library/redis:7
Expand Down

0 comments on commit 067760f

Please sign in to comment.