From ecb610674bb85b65d3d27f57f71a5cb9f7aef10a Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Mon, 15 Mar 2021 14:27:28 +0100 Subject: ifupdown: Drop default dependencies of ifupdown.service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ifupdown can usually be started quite early. There might be some additional dependencies (e.g. on devices or kernel modules) but these are not formalized with the default dependencies either. So in this case you have to overwrite the service for your device anyhow. Signed-off-by: Uwe Kleine-König Message-Id: <20210315132728.22554-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich --- projectroot/usr/lib/systemd/system/ifupdown.service | 1 + 1 file changed, 1 insertion(+) (limited to 'projectroot') diff --git a/projectroot/usr/lib/systemd/system/ifupdown.service b/projectroot/usr/lib/systemd/system/ifupdown.service index f9dd5b473..4531ef443 100644 --- a/projectroot/usr/lib/systemd/system/ifupdown.service +++ b/projectroot/usr/lib/systemd/system/ifupdown.service @@ -1,6 +1,7 @@ [Unit] Description=Handle network interface with ifup/ifdown Before=network.target +DefaultDependencies=no [Service] Type=oneshot -- cgit v1.2.3