fix bad user for synapse database cleanup job
This commit is contained in:
parent
97fef21fc3
commit
b5dc8bc95a
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue