Merge pull request #1714 from teepark/svc-docs-fix

fixes documented command for svc sending SIGUSR1
reviewable/pr18780/r1
Brian Coca 9 years ago
commit f5e798f13c

@ -38,7 +38,7 @@ options:
- C(Started)/C(stopped) are idempotent actions that will not run - C(Started)/C(stopped) are idempotent actions that will not run
commands unless necessary. C(restarted) will always bounce the commands unless necessary. C(restarted) will always bounce the
svc (svc -t) and C(killed) will always bounce the svc (svc -k). svc (svc -t) and C(killed) will always bounce the svc (svc -k).
C(reloaded) will send a sigusr1 (svc -u). C(reloaded) will send a sigusr1 (svc -1).
C(once) will run a normally downed svc once (svc -o), not really C(once) will run a normally downed svc once (svc -o), not really
an idempotent operation. an idempotent operation.
downed: downed:

Loading…
Cancel
Save