forked from pub-solar/infra
fix: mkForce mautrix-telegram ExecStart
This commit is contained in:
parent
038d80a801
commit
1cfe140e77
|
@ -214,7 +214,7 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
User = "matrix-synapse";
|
User = "matrix-synapse";
|
||||||
ExecStart = ''
|
ExecStart = lib.mkForce ''
|
||||||
${pkgs.mautrix-telegram}/bin/mautrix-telegram \
|
${pkgs.mautrix-telegram}/bin/mautrix-telegram \
|
||||||
--config='${settingsFile}'
|
--config='${settingsFile}'
|
||||||
--no-update
|
--no-update
|
||||||
|
|
Loading…
Reference in a new issue