Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 919dcdd

Browse files
committed
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.
1 parent 463cb9f commit 919dcdd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

data/ucd.service.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[Unit]
22
Description=micro-config-drive job
33
After=local-fs.target
4-
Before=network.target systemd-networkd.service
54
Wants=local-fs.target sshd.service sshd-keygen.service
65

76
[Service]

0 commit comments

Comments
 (0)