16 lines
302 B
Django/Jinja
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
|