From 0df96055cc72df324ce1d14ffe51b440cd1a277a Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 15 Jan 2024 09:02:21 +0100 Subject: [PATCH] Fix systemd --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 6d388bb..b13a955 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ -ExecStart=__INSTALL_DIR__/__APP_BIN__ -c __INSTALL_DIR__/config.yaml +ExecStart=__INSTALL_DIR__/mautrix-discord -c __INSTALL_DIR__/config.yaml StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit Restart=always