nixos/onlyoffice: wait for rabbitmq

This commit is contained in:
Marcel
2025-11-16 14:51:30 +01:00
parent b6489caf12
commit 8a1a9cd932
@@ -330,6 +330,7 @@ in
after = [
"network.target"
"postgresql.target"
"rabbitmq.service"
];
requires = [ "postgresql.target" ];
wantedBy = [ "multi-user.target" ];