fixes documented command for svc sending SIGUSR1
This commit is contained in:
parent
95114b68f1
commit
1862a813db
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…
Add table
Reference in a new issue