diff --git a/conf/systemd.service b/conf/systemd.service index 2ea976f..0bb8741 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ Group=__APP__ Environment="PATH=__ENV_PATH__" Environment="NODE_ENV=production" WorkingDirectory=__FINALPATH__/ -ExecStart=__YNH_NODE__ start #bin/wwww +ExecStart=__YNH_NODE__ bin/wwww #start Restart=always [Install]