From 1a24a8c934436ed3c7715f27e8b4a8bf91594722 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 May 2023 07:28:48 +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 e967f8b..1767e5c 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ Environment=NODE_PORT=__PORT__ WorkingDirectory=__INSTALL_DIR__ Environment=PATH=__ENV_PATH__ Environment=NODE_ENV=production -ExecStart=__YNH_NPM__ run start -p __PORT__ +ExecStart=__YNH_NPM__ run start # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these