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=396697be9bd1ef25eeae8b3d08a8210ceec1dd56;hb=6524990fdc98370ecba5d9f73e67161e8798c010;hpb=f5ccf26ded1fd7c3d5d9c7b6615236ae051b4a34;ds=sidebyside diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 396697be9..6b8e0ec7f 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -63,6 +63,7 @@ graphical.target, hibernate.target, http-daemon.target, + hybrid-sleep.target, halt.target, kbrequest.target, kexec.target, @@ -93,7 +94,6 @@ suspend.target, swap.target, sysinit.target, - syslog.service, syslog.socket, syslog.target, system-update.target, @@ -303,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 @@ -554,7 +563,7 @@ all SysV init script service units with an LSB header referring to the - $rpcbind + $portmap facility. @@ -653,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. @@ -730,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 @@ -748,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.