X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.special.xml;h=7b780998fd22fdd3353d56d6fbbeb9c5121d467b;hp=96befd5f5d2b172d98d3186c8e6835794aeee5bf;hb=700e07ffd53083114e91bb4ba646ed26d0463f67;hpb=49dbfa7b2b0bf3906704dac1eaeb4eba91056a19 diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 96befd5f5..7b780998f 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -57,18 +57,18 @@ default.target, display-manager.service, emergency.target, - exit.service, - final.service, + exit.target, + final.target, getty.target, graphical.target, - hibernate.target, - http-daemon.target, halt.target, + hibernate.target, + hybrid-sleep.target, + initrd-fs.target, kbrequest.target, kexec.target, local-fs.target, local-fs-pre.target, - mail-transfer-agent.target, multi-user.target, network.target, nss-lookup.target, @@ -79,6 +79,7 @@ remote-fs.target, remote-fs-pre.target, rescue.target, + root-fs.target, rpcbind.target, runlevel2.target, runlevel3.target, @@ -93,9 +94,8 @@ suspend.target, swap.target, sysinit.target, - syslog.service, syslog.socket, - syslog.target, + system-update.target, time-sync.target, umount.target @@ -214,15 +214,6 @@ gdm.service or a similar display manager service. - systemd automatically - adds dependencies of type - After for this target unit to - all SysV init script service - units with a LSB header - referring to the - $x-display-manager - facility, for compatibility - with Debian. @@ -287,19 +278,12 @@ - http-daemon.target + hybrid-sleep.target - A target for pulling in - an HTTP server if there is - any. - systemd automatically - adds dependencies of type - After for this target unit to - all SysV init script service - units with a LSB header - referring to the - $httpd - facility. + A special target unit + for hibernating and suspending the + system at the same time. This pulls in + sleep.target. @@ -313,6 +297,22 @@ this unit. + + initrd-fs.target + + systemd automatically + adds dependencies of type + Before to sysroot-usr.mount and + all mount points fround in + /etc/fstab + that have the + and + + mount options set. + See also systemd-fstab-generator. + + + kbrequest.target @@ -352,15 +352,6 @@ and mount options set. - - systemd automatically - adds dependencies of type - After for this target unit to - all SysV init script service - units with an LSB header - referring to the - $local_fs - facility. @@ -375,29 +366,6 @@ all local mounts. - - mail-transfer-agent.target - - The mail transfer agent - (MTA) service. Usually this - should pull-in all units - necessary for - sending/receiving mails on the - local host. - - systemd automatically - adds dependencies of type - After for this target unit to - all SysV init script service - units with an LSB header - referring to the - $mail-transfer-agent - or - $mail-transport-agent - facilities, for compatibility - with Debian. - - multi-user.target @@ -425,6 +393,16 @@ referring to the $network facility. + + This unit is supposed to + indicate when the network is + "up", but it is only very + loosely defined what that is + supposed to mean. Also see Running + Services After the Network is + up for more + information. @@ -544,6 +522,17 @@ unit, for compatibility with SysV. + + root-fs.target + + systemd automatically + adds dependencies of type + Before to the sysroot.mount unit, + which is generated from the kernel command + line by the systemd-fstab-generator. + + + rpcbind.target @@ -553,62 +542,27 @@ all SysV init script service units with an LSB header referring to the - $rpcbind + $portmap facility. runlevel2.target - - This is a target that is - called whenever the SysV - compatibility code asks for - runlevel 2. It is a good idea - to make this an alias for - (i.e. symlink to) - multi-user.target. - - - runlevel3.target - - This is a target that is - called whenever the SysV - compatibility code asks for - runlevel 3. It is a good idea - to make this an alias for - (i.e. symlink to) - multi-user.target - or - graphical.target. - - - runlevel4.target - - This is a target that is - called whenever the SysV - compatibility code asks for - runlevel 4. It is a good idea - to make this an alias for - (i.e. symlink to) - multi-user.target - or - graphical.target. - - - runlevel5.target - This is a target that is - called whenever the SysV + These are targets that + are called whenever the SysV compatibility code asks for - runlevel 5. It is a good idea - to make this an alias for + runlevel 2, 3, 4, 5, + respectively. It is a good + idea to make this an alias for (i.e. symlink to) multi-user.target - or - graphical.target. + (for runlevel 2) or + graphical.target + (the others). @@ -652,9 +606,8 @@ A special target unit that is pulled in by - suspend.target - and - hibernate.target + suspend.target, + hibernate.target and hybrid-sleep.target and may be used to hook units into the sleep state logic. @@ -717,51 +670,39 @@ A special target unit covering early boot-up scripts. - 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. - - - - syslog.service - - The syslog service if - any. Implementations should - create a symlink from the - actual syslog implementation - to this generic name for - activating it. syslog.socket - The socket unit where + The socket unit syslog implementations should listen on. All userspace log messages will be made - available on this - socket. + available on this socket. For + more information about syslog + integration, please consult + the Syslog + Interface + document. - syslog.target + system-update.target - systemd automatically - adds dependencies of type - After for this target unit to - all SysV init script service - units with an LSB header - referring to the - $syslog - facility. + A special target unit + that is used for off-line + system updates. + systemd-system-update-generator8 + will redirect the boot process + to this target if + /system-update + exists. For more information + see the System + Updates + Specification. @@ -795,6 +736,7 @@ is set (the default). + @@ -813,7 +755,7 @@ - exit.service + exit.target A special service unit for shutting down the @@ -845,7 +787,9 @@ systemd.unit5, systemd.service5, systemd.socket5, - systemd.target5 + systemd.target5, + bootup7 + systemd-fstab-generator8