X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.special.xml;h=6b8e0ec7f0b8fe7cedc9a95ada2622a690dc0940;hp=96befd5f5d2b172d98d3186c8e6835794aeee5bf;hb=6524990fdc98370ecba5d9f73e67161e8798c010;hpb=49dbfa7b2b0bf3906704dac1eaeb4eba91056a19 diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 96befd5f5..6b8e0ec7f 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -57,12 +57,13 @@ default.target, display-manager.service, emergency.target, - exit.service, - final.service, + exit.target, + final.target, getty.target, graphical.target, hibernate.target, http-daemon.target, + hybrid-sleep.target, halt.target, kbrequest.target, kexec.target, @@ -93,9 +94,9 @@ suspend.target, swap.target, sysinit.target, - syslog.service, syslog.socket, syslog.target, + system-update.target, time-sync.target, umount.target @@ -302,6 +303,15 @@ facility. + + hybrid-sleep.target + + A special target unit + for hibernating and suspending the + system at the same time. This pulls in + sleep.target. + + halt.target @@ -553,7 +563,7 @@ all SysV init script service units with an LSB header referring to the - $rpcbind + $portmap facility. @@ -652,9 +662,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. @@ -729,17 +738,6 @@ 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 @@ -747,8 +745,13 @@ 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. @@ -764,6 +767,23 @@ facility. + + system-update.target + + 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. + + time-sync.target @@ -795,6 +815,7 @@ is set (the default). + @@ -813,7 +834,7 @@ - exit.service + exit.target A special service unit for shutting down the @@ -845,7 +866,8 @@ systemd.unit5, systemd.service5, systemd.socket5, - systemd.target5 + systemd.target5, + bootup7