This commit is contained in:
2026-03-14 18:25:44 +01:00
parent a2f75cdafd
commit 99fc6ba04c
19 changed files with 703 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description={{ n8n_name }} Repo Service
After=network.target
[Service]
Type=simple
User={{ n8n_user }}
Group={{ n8n_group }}
WorkingDirectory={{ n8n_home }}
EnvironmentFile={{ n8n_home }}/.env
ExecStart=/bin/sh -lc "{{ n8n_start_command }}"
Restart=always
[Install]
WantedBy=multi-user.target