Force heisenbridge to wait for conduit

This commit is contained in:
Natsu Kagami 2024-10-21 05:35:09 +02:00
parent 9b4991af49
commit 05c188e90e
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -33,7 +33,7 @@ with lib; {
{
systemd.services.heisenbridge = {
description = "Matrix<->IRC bridge";
requires = [ "matrix-synapse.service" ]; # So the registration file can be used by Synapse
requires = [ "matrix-conduit-nkagami.service" "matrix-synapse.service" ]; # So the registration file can be used by Synapse
wantedBy = [ "multi-user.target" ];
serviceConfig = rec {