From 6311584fef4d559a84818bc56b27c7d6ac11f530 Mon Sep 17 00:00:00 2001 From: "Andrew Y." <629281+worried-networking@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:42:24 +0000 Subject: [PATCH] fix(pangolin-install): add network-online dependency (#9984) Co-authored-by: Andrey Yantsen --- install/pangolin-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/pangolin-install.sh b/install/pangolin-install.sh index 92c0380e97..7a74813cdf 100644 --- a/install/pangolin-install.sh +++ b/install/pangolin-install.sh @@ -230,6 +230,8 @@ systemctl enable -q --now gerbil cat <<'EOF' >/etc/systemd/system/traefik.service [Unit] Description=Traefik is an open-source Edge Router that makes publishing your services a fun and easy experience +Wants=network-online.target +After=network-online.target [Service] Type=notify