]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man,units: document what user "default.target" is a bit
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 15 Mar 2019 08:10:02 +0000 (09:10 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 15 Mar 2019 12:55:24 +0000 (13:55 +0100)
man/systemd.special.xml
units/user/default.target

index 5a34eb7342820f7893656086817d3957591bb166..b7df5016ce4881ecf94a57b257a8504b3e95b117 100644 (file)
       <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>,
index da319ce675f54452508be240a2057f3a15839a22..c50638c91832f891932b59b1fcb3a7228e85f1ba 100644 (file)
@@ -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