Skip to content

Commit be6a5a2

Browse files
committed
feat: added detach -d
1 parent cec4d7a commit be6a5a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

imageroot/systemd/user/n8n-server.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/n8n-server.pid \
2828
--cidfile=%t/n8n-server.ctr-id \
2929
--cgroups=no-conmon \
3030
--pod-id-file=%t/n8n.pod-id \
31-
--replace --name=%N \
31+
--replace -d --name=%N \
3232
--env-file=%S/state/n8n-db.env \
3333
--env-file=%S/state/n8n.env \
3434
--volume=n8n_data:/home/node/.n8n \

imageroot/systemd/user/n8n-worker.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/n8n-worker.pid \
2828
--cidfile=%t/n8n-worker.ctr-id \
2929
--cgroups=no-conmon \
3030
--pod-id-file=%t/n8n.pod-id \
31-
--replace --name=%N \
31+
--replace -d --name=%N \
3232
--env-file=%S/state/n8n-db.env \
3333
--env-file=%S/state/n8n.env \
3434
--volume=n8n_data:/home/node/.n8n \

0 commit comments

Comments
 (0)