Files
lsa.n8n/templates/n8n-repo.service.j2
2026-03-14 18:25:44 +01:00

16 lines
302 B
Django/Jinja

[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