networkd.module: remove before network-online

this is already upstream default
This commit is contained in:
Alexander Ried 2016-05-31 16:46:35 +02:00
parent 992c514a20
commit 2fd6b36c51

View File

@ -677,7 +677,7 @@ in
};
systemd.services.systemd-networkd-wait-online = {
before = [ "network-online.target" "ip-up.target" ];
before = [ "ip-up.target" ];
wantedBy = [ "network-online.target" "ip-up.target" ];
};