From fecd5790c3198c9b32bff3f8f0b2f0c38c76d427 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 8 Jul 2023 22:54:42 +0200 Subject: [PATCH] Fix binary path --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 99bcd29..908560e 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,7 @@ Environment=NODE_CONFIG_DIR=__INSTALL_DIR__/config Environment="__YNH_NODE_LOAD_PATH__" User=__APP__ Group=__APP__ -ExecStart=__YNH_NODE__ __INSTALL_DIR__/peertube-runner server +ExecStart=__YNH_NODE__ __INSTALL_DIR__/node_modules/@peertube/peertube-runner server WorkingDirectory=__INSTALL_DIR__/ StandardOutput=syslog StandardError=syslog