fix bad user for synapse database cleanup job

This commit is contained in:
Nathan McCarty 2023-06-19 14:59:54 -04:00
parent 97fef21fc3
commit b5dc8bc95a
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@
systemd.services.synapse-db-cleanup = {
serviceConfig = {
Type = "oneshot";
User = "postgres";
Group = "postgres";
User = "matrix-synapse";
Group = "matrix-synapse";
};
path = with pkgs; [ matrix-synapse-tools.rust-synapse-compress-state ];
script = ''