Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions netplan-configure.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Wants=systemd-udevd.service
Conflicts=shutdown.target
Before=shutdown.target network-pre.target
Before=systemd-networkd.service NetworkManager.service
# Run After=nss-user-lookup.target, to allow lookup of the "systemd-network" GID
# Run After=systemd-sysusers.service, to allow lookup of the "systemd-network" GID
# (LP: #2071747)
After=local-fs.target nss-user-lookup.target systemd-udevd-control.socket
After=local-fs.target systemd-sysusers.service systemd-udevd-control.socket

[Service]
Type=oneshot
Expand Down
Loading