fix: mautrix-telegram ExecStart missing \
All checks were successful
Flake checks / Check (pull_request) Successful in 16m3s

This commit is contained in:
teutat3s 2023-12-02 15:44:40 +01:00
parent 1cfe140e77
commit 37528c0874
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -216,7 +216,7 @@
User = "matrix-synapse";
ExecStart = lib.mkForce ''
${pkgs.mautrix-telegram}/bin/mautrix-telegram \
--config='${settingsFile}'
--config='${settingsFile}' \
--no-update
'';
};