From 2d56a02f9d57a531d1b0fe73f6e1d6fb087e22b4 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 10 Dec 2023 23:50:06 +0100 Subject: [PATCH] Update conf/systemd.service: revert to previous ExecStart syntax that seemed to be working in current master branch... --- conf/systemd.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index df09538..0684052 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,8 +9,7 @@ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ Environment=ETHERPAD_PRODUCTION=true Environment="__YNH_NODE_LOAD_PATH__" -ExecStart=__INSTALL_DIR__/src/bin/run.sh -#ExecStart=__YNH_NODE__ __INSTALL_DIR__/src/node/server.js +ExecStart=__YNH_NODE__ __INSTALL_DIR__/src/node/server.js StandardOutput=append:/var/log/__APP__/etherpad.log StandardError=inherit Restart=always