From ad86f101eb146e739a36289ce1440dc2339cac19 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 4 Dec 2023 21:24:44 +0100 Subject: [PATCH] Update systemd.service: i have no idea what i'm doing but let's try to enable some damn error logging x_x --- conf/systemd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/systemd.service b/conf/systemd.service index d10e09e..7c6d01c 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,6 +10,7 @@ WorkingDirectory=__INSTALL_DIR__/ Environment="__YNH_NODE_LOAD_PATH__" ExecStart=__YNH_NPM__ run serve StandardOutput=append:/var/log/__APP__/__APP__.log +StandardError=syslog Restart=always # Sandboxing options to harden security