diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 5a34eb73428..b7df5016ce4 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -1022,10 +1022,23 @@ Special User Units When systemd runs as a user instance, the following special - units are available, which have similar definitions as their + units are available: + + + + default.target + + This is the main target of the user session, started by default. Various services that + compose the normal user session should be pulled into this target. In this regard, + default.target is similar to multi-user.target in the + system instance, but it is a real unit, not an alias. + + + + + In addition, the following units are available which have definitions similar to their system counterparts: exit.target, - default.target, shutdown.target, sockets.target, timers.target, diff --git a/units/user/default.target b/units/user/default.target index da319ce675f..c50638c9183 100644 --- a/units/user/default.target +++ b/units/user/default.target @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Default +Description=Main User Target Documentation=man:systemd.special(7) Requires=basic.target After=basic.target