From: Zbigniew Jędrzejewski-Szmek Date: Fri, 15 Mar 2019 08:10:02 +0000 (+0100) Subject: man,units: document what user "default.target" is a bit X-Git-Tag: v242-rc1~122^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=827f62c3f211b216875bed37aa41b7f25d598bb4;p=thirdparty%2Fsystemd.git man,units: document what user "default.target" is a bit --- 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