diff options
author | Alejandro Colomar <alx@kernel.org> | 2024-01-23 13:37:08 +0100 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2024-01-23 18:15:26 +0100 |
commit | af6833a18272a0450037b929fef81f3ea43893f2 (patch) | |
tree | f9c3259b724d0a0366768efb90da3691bc68c62b | |
parent | 02d1984c912261a1274534a24a2d94ac7c7abfa7 (diff) | |
download | unit-af6833a18272a0450037b929fef81f3ea43893f2.tar.gz unit-af6833a18272a0450037b929fef81f3ea43893f2.tar.bz2 |
Tools: setup-unit: -hh: Add missing documentation for 'restart'
Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rwxr-xr-x | tools/setup-unit | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/setup-unit b/tools/setup-unit index f40a767c..885a5df6 100755 --- a/tools/setup-unit +++ b/tools/setup-unit @@ -3,7 +3,8 @@ ##################################################################### # # Copyright (C) NGINX, Inc. -# Author: NGINX Unit Team, F5 Inc. +# Author: NGINX Unit Team, F5 Inc. +# Copyright 2024, Alejandro Colomar <alx@kernel.org> # ##################################################################### @@ -118,6 +119,9 @@ COMMANDS Configure your package manager with the NGINX Unit repository for later installation. + restart + Restart all running unitd(8) instances. + sock Print the control API socket address. welcome |