diff options
author | Paulo Neves <ptsneves@gmail.com> | 2022-06-07 10:42:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-21 20:57:16 +0100 |
commit | ac1ec0d1ea856e91eeb4b25aad547c0a788654fa (patch) | |
tree | 48613134f121bb19664cdd3355cbd7d93d32dcf2 /documentation/ref-manual | |
parent | 82f167d3284aac6027158f86136da6b78dc6b3bb (diff) | |
download | poky-ac1ec0d1ea856e91eeb4b25aad547c0a788654fa.tar.gz |
ref-manual: SYSTEMD_SERVICE allows multiple services
State that SYSTEMD_SERVICE allows for multiple space
separated systemd services
(From yocto-docs rev: 68f7009b06007b925e7a5b6ab085ec813d85b0bc)
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.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 367b4674e2..42178d556d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7656,6 +7656,8 @@ system and gives an overview of their function and contents. | |||
7656 | When inheriting the :ref:`systemd <ref-classes-systemd>` class, | 7656 | When inheriting the :ref:`systemd <ref-classes-systemd>` class, |
7657 | this variable specifies the systemd service name for a package. | 7657 | this variable specifies the systemd service name for a package. |
7658 | 7658 | ||
7659 | Multiple services can be specified, each one separated by a space. | ||
7660 | |||
7659 | When you specify this file in your recipe, use a package name | 7661 | When you specify this file in your recipe, use a package name |
7660 | override to indicate the package to which the value applies. Here is | 7662 | override to indicate the package to which the value applies. Here is |
7661 | an example from the connman recipe:: | 7663 | an example from the connman recipe:: |