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:
Maximilian Güntner 2019-08-16 12:49:34 +02:00
parent 86a57e400d
commit dac8fe9cee
No known key found for this signature in database
GPG key ID: 96126664034A9D85

View file

@ -684,7 +684,7 @@ in {
fi
'';
serviceConfig = {
Type = "simple";
Type = "notify";
User = "matrix-synapse";
Group = "matrix-synapse";
WorkingDirectory = cfg.dataDir;