|
|
@ -11,9 +11,9 @@ ExecStart={{ n8n_root_dir }}/app/node_modules/n8n/bin/n8n |
|
|
|
PrivateTmp=yes |
|
|
|
PrivateTmp=yes |
|
|
|
{% if n8n_protect_system %} |
|
|
|
{% if n8n_protect_system %} |
|
|
|
ProtectSystem=full |
|
|
|
ProtectSystem=full |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
ProtectHome=yes |
|
|
|
|
|
|
|
NoNewPrivileges=yes |
|
|
|
NoNewPrivileges=yes |
|
|
|
|
|
|
|
ProtectHome=yes |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
MemoryLimit={{ n8n_mem_limit }}M |
|
|
|
MemoryLimit={{ n8n_mem_limit }}M |
|
|
|
Environment=NODE_OPTIONS="--max-old-space-size={{ n8n_mem_limit }}" |
|
|
|
Environment=NODE_OPTIONS="--max-old-space-size={{ n8n_mem_limit }}" |
|
|
|
Restart=on-failure |
|
|
|
Restart=on-failure |
|
|
|