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 = {
|
systemd.services.synapse-db-cleanup = {
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
User = "postgres";
|
User = "matrix-synapse";
|
||||||
Group = "postgres";
|
Group = "matrix-synapse";
|
||||||
};
|
};
|
||||||
path = with pkgs; [ matrix-synapse-tools.rust-synapse-compress-state ];
|
path = with pkgs; [ matrix-synapse-tools.rust-synapse-compress-state ];
|
||||||
script = ''
|
script = ''
|
||||||
|
|
Loading…
Reference in New Issue