VEGAS/matrix: journal namespacing and slicing
This commit is contained in:
parent
40e53114ea
commit
de311567ec
1 changed files with 6 additions and 0 deletions
|
@ -107,4 +107,10 @@ in {
|
|||
locations."= /.well-known/matrix/client".alias = clientConfigJSON;
|
||||
};
|
||||
};
|
||||
systemd.services = lib.genAttrs [ "coturn" "matrix-appservice-discord" "matrix-synapse" ] (_: {
|
||||
serviceConfig = {
|
||||
LogNamespace = "matrix";
|
||||
Slice = "communications.slice";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue