Skip to content

Commit

Permalink
nixos/matrix-synapse: use notify instead of simple
Browse files Browse the repository at this point in the history
Starting with 1.3.0, matrix-synapse supports notifying
systemd. Relevant PR: matrix-org/synapse#5732
  • Loading branch information
mguentner committed Aug 18, 2019
1 parent 86a57e4 commit dac8fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/matrix-synapse.nix
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ in {
fi
'';
serviceConfig = {
Type = "simple";
Type = "notify";
User = "matrix-synapse";
Group = "matrix-synapse";
WorkingDirectory = cfg.dataDir;
Expand Down

0 comments on commit dac8fe9

Please sign in to comment.