From 475caf74aa25c746811fe4d0cb8611bf035a0d67 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 24 Aug 2022 21:54:03 +0200 Subject: [PATCH] Go is removed after build No need to call it in the service environment --- conf/systemd.service | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 861b72d..5ad0e2d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,6 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__/ -Environment="__YNH_GO_LOAD_PATH__" ExecStart=__FINALPATH__/bin/dendrite-monolith-server --tls-cert=/etc/yunohost/certs/__DOMAIN__/crt.pem --tls-key=/etc/yunohost/certs/__DOMAIN__/key.pem --config=dendrite.yaml --http-bind-address=:__PORT__ --https-bind-address=:__TLS_PORT__ StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit