From 67fc195115ebbc489cabe2632c6795ee00d3ced2 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 8 Feb 2024 03:13:54 +0100 Subject: [PATCH] fix path --- conf/overleaf-history-v1.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/overleaf-history-v1.service b/conf/overleaf-history-v1.service index 76147ab..15e00f4 100644 --- a/conf/overleaf-history-v1.service +++ b/conf/overleaf-history-v1.service @@ -9,7 +9,7 @@ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ EnvironmentFile=__INSTALL_DIR__/variables.env Environment="MONGO_CONNECTION_STRING=$SHARELATEX_MONGO_URL" -Environment="NODE_CONFIG_DIR=__INSTALL_DIR__/services/history-v1/config" +Environment="NODE_CONFIG_DIR=__INSTALL_DIR__/live/services/history-v1/config" ExecStart=__YNH_NODE__ __INSTALL_DIR__/live/services/history-v1/app.js StandardOutput=append:/var/log/__APP__/history-v1.log StandardError=inherit