Fixed spelling error in runit module (#35948)
This commit is contained in:
parent
52f79fa5a4
commit
9704668277
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ options:
|
||||||
choices: [ killed, once, reloaded, restarted, started, stopped ]
|
choices: [ killed, once, reloaded, restarted, started, stopped ]
|
||||||
enabled:
|
enabled:
|
||||||
description:
|
description:
|
||||||
- Wheater the service is enabled or not, if disabled it also implies stopped.
|
- Whether the service is enabled or not, if disabled it also implies stopped.
|
||||||
type: bool
|
type: bool
|
||||||
service_dir:
|
service_dir:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue