diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-02-25 14:35:02 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-02-26 09:29:52 +0100 |
commit | 26ac511a7e787e0ddac9c497c77c7067fc05ae70 (patch) | |
tree | 544312994adc6666f72df07539cb5b2f40dd3f8e /man | |
parent | 8b596d51a9b347f6fe5d130cbb0d26693149ce25 (diff) | |
download | systemd-26ac511a7e787e0ddac9c497c77c7067fc05ae70.tar.gz |
man: be more explicit about network-online.target and consuming services of other hosts
Let's make things a tiny bit more explicit.
Diffstat (limited to 'man')
-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 2dc61310c8..3409203e4e 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -489,11 +489,10 @@ Services After the Network is up</ulink> for more information.</para> - <para>All mount units for remote network file systems - automatically pull in this unit, and order themselves after - it. Note that networking daemons that simply provide - functionality to other hosts generally do not need to pull - this in.</para> + <para>All mount units for remote network file systems automatically pull in this unit, and order + themselves after it. Note that networking daemons that simply <emphasis>provide</emphasis> + functionality to other hosts (as opposed to <emphasis>consume</emphasis> functionality of 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 |