From d05c6b0deac6954e088dbae98e4cc53aa23e7481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:50:56 +0200 Subject: fix --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/systemd.service') diff --git a/conf/systemd.service b/conf/systemd.service index 3ac834c..3e2a78a 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,7 @@ Group=__APP__ Environment="__YNH_NODE_LOAD_PATH__" Environment="NODE_ENV=production" WorkingDirectory=__INSTALL_DIR__/ -ExecStart=__YNH_NPM__ start +ExecStart=/usr/bin/yarn start ### Depending on specificities of your service/app, you may need to tweak these ### .. but this should be a good baseline -- cgit v1.2.3