diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-04 18:43:40 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-04 18:43:40 +0200 |
commit | f92a18f5274ad506aed600b2ed8f4a560c510807 (patch) | |
tree | e44e2fa379994728ac44eb3d23b7cd75316eac48 /man | |
parent | 2f630e5ffd587a74f43d9495768481e9953a865b (diff) |
units: introduce and explain sysinit.target
Diffstat (limited to 'man')
-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 |