[v2,1/2] manuals: SYSTEMD_SERVICE allows multiple services

Message ID 20220607084254.2694011-1-ptsneves@gmail.com
State Accepted, archived
Delegated to: Armin Kuster
Headers show
Series [v2,1/2] manuals: SYSTEMD_SERVICE allows multiple services | expand

Commit Message

Paulo Neves June 7, 2022, 8:42 a.m. UTC
State that SYSTEMD_SERVICE allows for multiple space
separated systemd services

Signed-off-by: Paulo Neves <ptsneves@gmail.com>
---
 documentation/ref-manual/variables.rst | 2 ++
 1 file changed, 2 insertions(+)

Comments

Michael Opdenacker June 7, 2022, 8:53 a.m. UTC | #1
On 6/7/22 10:42, Paulo Neves wrote:
> State that SYSTEMD_SERVICE allows for multiple space
> separated systemd services
>
> Signed-off-by: Paulo Neves <ptsneves@gmail.com>
> ---
>  documentation/ref-manual/variables.rst | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> index 367b4674e..42178d556 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.
>        When inheriting the :ref:`systemd <ref-classes-systemd>` class,
>        this variable specifies the systemd service name for a package.
>  
> +      Multiple services can be specified, each one separated by a space.
> +
>        When you specify this file in your recipe, use a package name
>        override to indicate the package to which the value applies. Here is
>        an example from the connman recipe::


Merged into master-next too.
Thanks!
Michael.

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 367b4674e..42178d556 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.
       When inheriting the :ref:`systemd <ref-classes-systemd>` class,
       this variable specifies the systemd service name for a package.
 
+      Multiple services can be specified, each one separated by a space.
+
       When you specify this file in your recipe, use a package name
       override to indicate the package to which the value applies. Here is
       an example from the connman recipe::