summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaulo Neves <ptsneves@gmail.com>2022-06-07 10:42:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-21 20:57:16 +0100
commit8b01f7811f9a46085d8b65f67d618b36e1fb9be9 (patch)
tree91aaa555c939ca07a7277d4a8c4c55cece5c2060 /documentation/ref-manual
parentac1ec0d1ea856e91eeb4b25aad547c0a788654fa (diff)
downloadpoky-8b01f7811f9a46085d8b65f67d618b36e1fb9be9.tar.gz
ref-manual: SYSTEMD_SERVICE overrides depend on SYSTEMD_PACKAGES
Add detail that package overrides are only available if specified in SYSTEMD_PACKAGES. (From yocto-docs rev: 9466c0b79348e68b1db7aefd3d95f8e7c903f1d4) Signed-off-by: Paulo Neves <ptsneves@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 42178d556d..e31f0ed886 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7664,6 +7664,10 @@ system and gives an overview of their function and contents.
7664 7664
7665 SYSTEMD_SERVICE:${PN} = "connman.service" 7665 SYSTEMD_SERVICE:${PN} = "connman.service"
7666 7666
7667 The package overrides that can be specified are directly related to the value of
7668 term:`SYSTEMD_PACKAGES`. Overrides not included in term:`SYSTEMD_PACKAGES`
7669 will be silently ignored.
7670
7667 :term:`SYSVINIT_ENABLED_GETTYS` 7671 :term:`SYSVINIT_ENABLED_GETTYS`
7668 When using 7672 When using
7669 :ref:`SysVinit <dev-manual/common-tasks:enabling system services>`, 7673 :ref:`SysVinit <dev-manual/common-tasks:enabling system services>`,