service: Add a note about ignored parameters (#71455)
Some parameters for systemd are ignored, add a note about such parameters in documentation. Fixes: #23144 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
9792d631b1
commit
1257b0a184
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,7 @@ options:
|
||||||
substring to look for as would be found in the output of the I(ps)
|
substring to look for as would be found in the output of the I(ps)
|
||||||
command as a stand-in for a status result.
|
command as a stand-in for a status result.
|
||||||
- If the string is found, the service will be assumed to be started.
|
- If the string is found, the service will be assumed to be started.
|
||||||
|
- While using remote hosts with systemd this setting will be ignored.
|
||||||
type: str
|
type: str
|
||||||
version_added: "0.7"
|
version_added: "0.7"
|
||||||
enabled:
|
enabled:
|
||||||
|
@ -60,11 +61,13 @@ options:
|
||||||
description:
|
description:
|
||||||
- For OpenRC init scripts (e.g. Gentoo) only.
|
- For OpenRC init scripts (e.g. Gentoo) only.
|
||||||
- The runlevel that this service belongs to.
|
- The runlevel that this service belongs to.
|
||||||
|
- While using remote hosts with systemd this setting will be ignored.
|
||||||
type: str
|
type: str
|
||||||
default: default
|
default: default
|
||||||
arguments:
|
arguments:
|
||||||
description:
|
description:
|
||||||
- Additional arguments provided on the command line.
|
- Additional arguments provided on the command line.
|
||||||
|
- While using remote hosts with systemd this setting will be ignored.
|
||||||
type: str
|
type: str
|
||||||
aliases: [ args ]
|
aliases: [ args ]
|
||||||
use:
|
use:
|
||||||
|
|
Loading…
Reference in a new issue