fixes documented command for svc sending SIGUSR1
This commit is contained in:
parent
d44dd63a00
commit
b8c8bb5238
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
|
||||
commands unless necessary. C(restarted) will always bounce the
|
||||
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
|
||||
an idempotent operation.
|
||||
downed:
|
||||
|
|
Loading…
Reference in a new issue