add ExecStart line
This commit is contained in:
parent
d6245a647b
commit
d72e7b8d20
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@ in
|
||||||
User = "mautrix-whatsapp";
|
User = "mautrix-whatsapp";
|
||||||
Group = "matrix-synapse";
|
Group = "matrix-synapse";
|
||||||
EnvironmentFile = cfg.environmentFile;
|
EnvironmentFile = cfg.environmentFile;
|
||||||
|
ExecStart = ''
|
||||||
|
${mautrix-whatsapp}/bin/mautrix-whatsapp \
|
||||||
|
--config='${settingsFile}'
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
restartTriggers = [ cfg.environmentFile ];
|
restartTriggers = [ cfg.environmentFile ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue