diff --git a/conf/systemd.service b/conf/systemd.service index f1b16d5..5af4199 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ Environment="PORT=__PORT__" Environment="PATH=__ENV_PATH__" Environment="NODE_ENV=production" WorkingDirectory=__FINALPATH__/ -ExecStart=__YNH_NODE__ bin/wwww +ExecStart=__YNH_NODE__ start #start Restart=always