X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsystemd.special.xml.in;h=afe882e51f231638b21eb5074ca374cb40a84b31;hb=591622d7efbc828f00f190d91b6608148b967ff5;hp=64e37d1149e76f1991fab9c452015712520b22b0;hpb=3b6fdb5b5afebc49a7e987e3e3bf7aa2615d1671;p=elogind.git diff --git a/man/systemd.special.xml.in b/man/systemd.special.xml.in index 64e37d114..afe882e51 100644 --- a/man/systemd.special.xml.in +++ b/man/systemd.special.xml.in @@ -54,7 +54,7 @@ dbus.target, default.target, display-manager.service, - emergency.service, + emergency.target, exit.service, graphical.target, halt.target, @@ -205,9 +205,9 @@ - emergency.service + emergency.target - A special service unit + A special target unit that starts an emergency shell on the main console. This unit is supposed @@ -655,6 +655,26 @@ connected to syslog or the kernel log buffer. + + + systemd-shutdownd.service + + This is internally used + by + shutdown8 + to implement delayed shutdowns. + This is a + socket-activated service, see + system-shutdownd.socket. + + + + systemd-shutdownd.socket + + Socket activation unit + for + system-shutdownd.service. + umount.target @@ -678,9 +698,9 @@ - Special Session Units + Special User Units - When systemd runs as a service instance, the + When systemd runs as a user instance, the following special units are available, which have similar definitions as their system counterparts: default.target, @@ -699,22 +719,22 @@ A special service unit for shutting down the - session. + user service manager. Applications wanting to - terminate the session should - start this unit. If systemd - receives SIGTERM or SIGINT - when running as session daemon - it will start this - unit. + terminate the user service + manager should start this + unit. If systemd receives + SIGTERM or SIGINT when running + as user service daemon it will + start this unit. Normally, this pulls in shutdown.target which in turn should be conflicted by all units that want to be shut down on - session exit. + user service manager exit. @@ -723,9 +743,9 @@ See Also - systemd.unit5 - systemd.service5 - systemd.socket5 + systemd.unit5, + systemd.service5, + systemd.socket5, systemd.target5