forked from pool/systemd
21 lines
852 B
Diff
21 lines
852 B
Diff
Based on 58e027023b47b32e42cf93dd4a629b869ee1ef25 Mon Sep 17 00:00:00 2001
|
|
From: Lennart Poettering <lennart@poettering.net>
|
|
Date: Wed, 11 Jun 2014 14:58:32 +0200
|
|
Subject: [PATCH] units: order network-online.target after network.target
|
|
|
|
There might be implementations around where the network-online logic
|
|
might not talk to any network configuration service (and thus not have
|
|
to wait for it), hence let's explicitly order network-online.target
|
|
after network.target to avoid any ambiguities.
|
|
---
|
|
units/network-online.target | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- units/network-online.target
|
|
+++ units/network-online.target 2014-06-26 00:00:00.000000000 +0000
|
|
@@ -9,3 +9,4 @@
|
|
Description=Network is Online
|
|
Documentation=man:systemd.special(7)
|
|
Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
|
|
+After=network.target
|