From 66953f39225b4f73a84d7e7787390f5b3216a53c Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 18 Aug 2023 16:31:33 +0200 Subject: [PATCH] Add path to ghost-cli to PATH --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 14909aa..2fc7e9c 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ghost -Environment="__YNH_NODE_LOAD_PATH__" +Environment="__YNH_NODE_LOAD_PATH__:__INSTALL_DIR__/node_modules/ghost-cli/bin" Environment="NODE_ENV=production" ExecStart=__YNH_NODE__ __INSTALL_DIR__/node_modules/ghost-cli/bin/ghost run Restart=always