From b8b76110730af52a6906a3bd51bffbaccdb6cf19 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 31 Aug 2021 14:47:12 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index edd5381..6c9e02d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -6,12 +6,11 @@ After=syslog.target network.target Type=simple User=__APP__ Group=__APP__ -Environment="PORT=__PORT__" -Environment="PATH=__ENV_PATH__" +#Environment="PORT=__PORT__" +#Environment="PATH=__ENV_PATH__" Environment="NODE_ENV=production" WorkingDirectory=__FINALPATH__/ ExecStart=__YNH_NODE__ bin/wwww -#start Restart=always [Install]