diff --git a/conf/systemd.service b/conf/systemd.service index 3b83872..89eeaa0 100755 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,7 @@ Group=__APP__ WorkingDirectory=__FINALPATH__/ Environment=PATH=__ENV_PATH__ Environment=NODE_ENV=production -ExecStart=__YNH_NPM__ __APP__ start +ExecStart=__FINALPATH__/node_modules/n8n/bin/n8n Restart=always [Install]