diff options
Diffstat (limited to 'man/systemd.special.xml.in')
-rw-r--r-- | man/systemd.special.xml.in | 37 |
1 files changed, 27 insertions, 10 deletions
diff --git a/man/systemd.special.xml.in b/man/systemd.special.xml.in index 1d9c1326b4..a2e1bb2cbd 100644 --- a/man/systemd.special.xml.in +++ b/man/systemd.special.xml.in @@ -80,6 +80,7 @@ <filename>sigpwr.target</filename>, <filename>sockets.target</filename>, <filename>swap.target</filename>, + <filename>sysinit.target</filename>, <filename>syslog.target</filename>, <filename>@SPECIAL_SYSLOG_SERVICE@</filename>, <filename>systemd-initctl.service</filename>, @@ -111,16 +112,15 @@ target unit to all SysV service units configured for runlevel 1 to 5.</para> - <para>systemd automatically - adds dependencies of the types - Wants and After for all - SysV service units configured - for runlevels that are not 0 - to 6 to this target unit. - This covers the special - boot-up runlevels some - distributions have, such as S - or b.</para> + <para>Usually this should pull + in all sockets, mount points, + swap devices and other basic + initialization necessary for + the general purpose + daemons. Most normal daemon + should have dependencies of + type After and Requires on + this unit.</para> </listitem> </varlistentry> <varlistentry> @@ -587,6 +587,23 @@ </listitem> </varlistentry> <varlistentry> + <term><filename>sysinit.target</filename></term> + <listitem> + <para>A special target unit + covering early boot-up scripts.</para> + <para>systemd automatically + adds dependencies of the types + Wants and After for all + SysV service units configured + for runlevels that are not 0 + to 6 to this target unit. + This covers the special + boot-up runlevels some + distributions have, such as S + or b.</para> + </listitem> + </varlistentry> + <varlistentry> <term><filename>@SPECIAL_SYSLOG_SERVICE@</filename></term> <listitem> <para>A special unit for the |