Skip to content

Commit

Permalink
Remove forced dependency ordering on systemd-networkd.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ahkok committed Nov 13, 2019
1 parent 463cb9f commit 919dcdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/ucd.service.in
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 919dcdd

Please sign in to comment.