diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-11-06 22:14:08 +0000 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-02-19 13:00:16 +0000 |
commit | 2bd3b41876151488b123ea8f5fe6195b97bdd9ce (patch) | |
tree | bf4e5eec91db2ecc7f120b9e1bd6936d4a10ec50 | |
parent | b500c36d2e808e123f11a243724f8fdeecd53f86 (diff) | |
download | unit-2bd3b41876151488b123ea8f5fe6195b97bdd9ce.tar.gz unit-2bd3b41876151488b123ea8f5fe6195b97bdd9ce.tar.bz2 |
Docs: Update man page for new --control-* options
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r-- | docs/man/man8/unitd.8.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/man/man8/unitd.8.in b/docs/man/man8/unitd.8.in index 1c2093da..01bb4218 100644 --- a/docs/man/man8/unitd.8.in +++ b/docs/man/man8/unitd.8.in @@ -24,6 +24,9 @@ .Nm .Op Fl Fl no-daemon .Op Fl Fl control Ar socket +.Op Fl Fl control-mode Ar mode +.Op Fl Fl control-user Ar user +.Op Fl Fl control-group Ar group .Op Fl Fl group Ar name .Op Fl Fl user Ar name .Op Fl Fl log Ar file @@ -53,6 +56,12 @@ Runs Unit in non-daemon mode. .It Fl Fl control Ar socket Overrides the control API's socket address in IPv4, IPv6, or UNIX-domain format. +.It Fl Fl control-mode Ar mode +Sets the permission of the UNIX-domain control socket. +.It Fl Fl control-user Ar user +Sets the owner of the UNIX-domain control socket. +.It Fl Fl control-group Ar group +Sets the group of the UNIX-domain control socket. .It Fl Fl group Ar name , Fl Fl user Ar name Override group name and user name used to run Unit's non-privileged processes. .It Fl Fl log Ar file |