summaryrefslogtreecommitdiffstats
path: root/man/systemd.special.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-15 09:10:02 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-15 13:55:24 +0100
commit827f62c3f211b216875bed37aa41b7f25d598bb4 (patch)
tree1cedb268934469bf533c608eec8cabb50ee6a839 /man/systemd.special.xml
parentanalyze: reword explanation in critical-chain header (diff)
downloadsystemd-827f62c3f211b216875bed37aa41b7f25d598bb4.tar.xz
systemd-827f62c3f211b216875bed37aa41b7f25d598bb4.zip
man,units: document what user "default.target" is a bit
Diffstat (limited to 'man/systemd.special.xml')
-rw-r--r--man/systemd.special.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml
index 5a34eb7342..b7df5016ce 100644
--- a/man/systemd.special.xml
+++ b/man/systemd.special.xml
@@ -1022,10 +1022,23 @@
<title>Special User Units</title>
<para>When systemd runs as a user instance, the following special
- units are available, which have similar definitions as their
+ units are available:</para>
+
+ <variablelist>
+ <varlistentry>
+ <term><filename>default.target</filename></term>
+ <listitem>
+ <para>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,
+ <filename>default.target</filename> is similar to <filename>multi-user.target</filename> in the
+ system instance, but it is a real unit, not an alias.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>In addition, the following units are available which have definitions similar to their
system counterparts:
<filename>exit.target</filename>,
- <filename>default.target</filename>,
<filename>shutdown.target</filename>,
<filename>sockets.target</filename>,
<filename>timers.target</filename>,