From d3df83ae4837a74a2833528dc1dd3ab95e182648 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 31 Aug 2021 13:54:24 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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