From 919dcdd6b7fd3e4c55e1b1ea761d9627f39e9287 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Wed, 13 Nov 2019 12:18:32 -0800 Subject: [PATCH] Remove forced dependency ordering on systemd-networkd. These lines forced systemd-networkd to wait until `ucd` had completed. In turn, `ucd` requires the network to be active in order to install packages. It waits for the network to become active, even. Surely, this is untenable. Ucd will have to accept any network state and may not prevent it from starting as early as possible, which would be counter to any fast boot initiative. --- data/ucd.service.in | 1 - 1 file changed, 1 deletion(-) diff --git a/data/ucd.service.in b/data/ucd.service.in index 4a636ed..83649ba 100644 --- a/data/ucd.service.in +++ b/data/ucd.service.in @@ -1,7 +1,6 @@ [Unit] Description=micro-config-drive job After=local-fs.target -Before=network.target systemd-networkd.service Wants=local-fs.target sshd.service sshd-keygen.service [Service]