forked from mirrors/nixpkgs
nixos/matrix-synapse: use notify instead of simple
Starting with 1.3.0, matrix-synapse supports notifying systemd. Relevant PR: matrix-org/synapse#5732
This commit is contained in:
parent
86a57e400d
commit
dac8fe9cee
|
@ -684,7 +684,7 @@ in {
|
|||
fi
|
||||
'';
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
Type = "notify";
|
||||
User = "matrix-synapse";
|
||||
Group = "matrix-synapse";
|
||||
WorkingDirectory = cfg.dataDir;
|
||||
|
|
Loading…
Reference in a new issue