summarylogtreecommitdiffstats
path: root/n8n.user.service
blob: 0e9d8f47c809f5809c35f581880f887130551b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description = n8n service
After = network-online.target

[Service]
Restart = on-failure
RestartSec = 5
EnvironmentFile = -%E/n8n/n8n.env
ExecStart = /usr/bin/n8n

[Install]
WantedBy = default.target