From df4e04719e9f1352f9f79d8a10ca3ca6c4d89a4d Mon Sep 17 00:00:00 2001 From: Cuong Manh Le Date: Fri, 13 Oct 2023 20:36:53 +0700 Subject: [PATCH] cmd/cli: relax service dependency on systemd-networkd-wait-online ctrld wants systemd-networkd-wait-online starts before starting itself, but ctrld should not be blocked waiting for it started. --- cmd/cli/prog_linux.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/cli/prog_linux.go b/cmd/cli/prog_linux.go index ed28561..2b9c69d 100644 --- a/cmd/cli/prog_linux.go +++ b/cmd/cli/prog_linux.go @@ -19,7 +19,6 @@ func setDependencies(svc *service.Config) { "Wants=NetworkManager-wait-online.service", "After=NetworkManager-wait-online.service", "Wants=systemd-networkd-wait-online.service", - "After=systemd-networkd-wait-online.service", "Wants=nss-lookup.target", "After=nss-lookup.target", }