summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 3a334f4282..28267101d8 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7666,6 +7666,24 @@ system and gives an overview of their function and contents.
7666 For information on Systemd-boot, see the `Systemd-boot 7666 For information on Systemd-boot, see the `Systemd-boot
7667 documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__. 7667 documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
7668 7668
7669 :term:`SYSTEMD_DEFAULT_TARGET`
7670
7671 This variable allows to set the default unit that systemd starts at bootup.
7672 Usually, this is either ``multi-user.target`` or ``graphical.target``.
7673 This works by creating a ``default.target`` symbolic link to the chosen systemd
7674 target file.
7675
7676 See `systemd's documentation
7677 <https://www.freedesktop.org/software/systemd/man/systemd.special.html>`__
7678 for details.
7679
7680 For example, this variable is used in the
7681 `core-image-minimal-xfce.bb
7682 <https://git.openembedded.org/meta-openembedded/tree/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb>`__
7683 recipe::
7684
7685 SYSTEMD_DEFAULT_TARGET = "graphical.target"
7686
7669 :term:`SYSTEMD_PACKAGES` 7687 :term:`SYSTEMD_PACKAGES`
7670 When inheriting the :ref:`systemd <ref-classes-systemd>` class, 7688 When inheriting the :ref:`systemd <ref-classes-systemd>` class,
7671 this variable locates the systemd unit files when they are not found 7689 this variable locates the systemd unit files when they are not found