synapse: wait for network-online.target

This commit is contained in:
2026-06-22 15:24:47 +09:00
parent 48fea0f881
commit 6236c6831f
+2 -1
View File
@@ -489,7 +489,8 @@ in
systemd = {
targets.matrix-synapse = {
description = "Matrix synapse parent target";
after = [ "network.target" ];
after = [ "network-online.target" ];
requires = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
};