services/meet: log to main journal namespace

This commit is contained in:
Max Headroom 2022-05-29 14:44:34 +02:00
parent d9ffd8c863
commit a496f5311b

View file

@ -41,7 +41,6 @@ in
};
systemd.services = lib.genAttrs [ "jicofo" "jitsi-meet-init-secrets" "jitsi-videobridge2" "prosody" ] (_: {
serviceConfig = {
LogNamespace = "meet";
Slice = "communications.slice";
};
});