Add documentation for systemd reload (#81473)

* Add documentation for systemd reload
pull/81487/head
pippo571 10 months ago committed by GitHub
parent b4943e45d0
commit 5dbcf47e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,8 @@ options:
state:
description:
- V(started)/V(stopped) are idempotent actions that will not run commands unless necessary.
V(restarted) will always bounce the unit. V(reloaded) will always reload.
V(restarted) will always bounce the unit.
V(reloaded) will always reload and if the service is not running at the moment of the reload, it is started.
type: str
choices: [ reloaded, restarted, started, stopped ]
enabled:

Loading…
Cancel
Save