diff options
-rw-r--r-- | man/systemd.special.xml | 10 | ||||
-rw-r--r-- | units/network.target | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 9ea288e337..35c5a28a1b 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -413,6 +413,16 @@ referring to the <literal>$network</literal> facility.</para> + + <para>This unit is supposed to + indicate when the network is + "up", but it is only very + losely defined what that is + supposed to mean. Also see <ulink + url="http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget">Running + Services After the Network is + up</ulink> for more + information.</para> </listitem> </varlistentry> <varlistentry> diff --git a/units/network.target b/units/network.target index 5406f4e5d9..65fc64b02c 100644 --- a/units/network.target +++ b/units/network.target @@ -8,3 +8,4 @@ [Unit] Description=Network Documentation=man:systemd.special(7) +Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget |