Merge pull request #1714 from teepark/svc-docs-fix
fixes documented command for svc sending SIGUSR1
This commit is contained in:
commit
f5e798f13c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue