1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00
n8n_ynh/conf/systemd.service
ericgaspar 23367cd030
Fix
2021-09-18 22:28:04 +02:00

16 lines
330 B
Desktop File
Executable file

[Unit]
Description=n8n: Workflow Automation Tool
After=syslog.target network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
Environment=PATH=__ENV_PATH__
Environment=NODE_ENV=production
ExecStart=__FINALPATH__/node_modules/n8n/bin/n8n
Restart=always
[Install]
WantedBy=multi-user.target