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