diff options
author | Alan Jenkins <alan.christopher.jenkins@gmail.com> | 2018-05-08 16:53:41 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-05-08 16:53:41 +0200 |
commit | 3c88cbeed42867841ee53d49dd558c45615a5549 (patch) | |
tree | a9b4181ce400c0eb0731dca501f6db105544640f /man/systemd.special.xml | |
parent | Merge pull request #8915 from yuwata/fix-8904 (diff) | |
download | systemd-3c88cbeed42867841ee53d49dd558c45615a5549.tar.xz systemd-3c88cbeed42867841ee53d49dd558c45615a5549.zip |
man/systemd.special: fix network v.s. LSB scripts (#8930)
$network is converted to network-online.target, not network-target.
See https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/
and the implementation at `src/sysv-generator/sysv-generator.c`.
Diffstat (limited to 'man/systemd.special.xml')
-rw-r--r-- | man/systemd.special.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml index b6ac433f9c..23be82d9d2 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -455,6 +455,10 @@ functionality to other hosts generally do not need to pull this in.</para> + <para>systemd automatically adds dependencies of type <varname>Wants=</varname> and <varname>After=</varname> + for this target unit to all SysV init script service units with an LSB header referring to the + <literal>$network</literal> facility.</para> + <para>Note that this unit is only useful during the original system start-up logic. After the system has completed booting up, it will not track the online state of the system anymore. Due to this it cannot be used as a network connection monitor concept, it is purely a one-time system start-up concept.</para> @@ -846,11 +850,6 @@ information. Also see <filename>network-online.target</filename> described above.</para> - - <para>systemd automatically adds dependencies of type - <varname>After=</varname> for this target unit to all SysV - init script service units with an LSB header referring to - the <literal>$network</literal> facility.</para> </listitem> </varlistentry> <varlistentry> |