diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-28 17:18:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-28 17:18:08 +0000 |
commit | fa7f29ff4b5aef142143e9c1d887d73788b703e4 (patch) | |
tree | 0ec096b01f94af5a376e37d8720c35f936c449bb /doc | |
parent | 8f00f3a276b4fde40bcd0ddaa4dc89d2b5791d89 (diff) | |
download | s6-fa7f29ff4b5aef142143e9c1d887d73788b703e4.tar.xz |
Add s6-svdir-link and s6-svdir-unlink
Not tested yet; not documented yet; to come soon.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-socklog.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-socklog.html b/doc/s6-socklog.html index d463fbb..3f66cdc 100644 --- a/doc/s6-socklog.html +++ b/doc/s6-socklog.html @@ -83,11 +83,11 @@ This allows <tt>s6-socklog</tt> to use the <a href="notifywhenup.html">s6 mechanism to notify readiness</a>. <em>notif</em> cannot be lesser than 3. If this option is not given, no readiness notification is sent. </li> <li> <tt>-u <em>uid</em></tt> : drop user id to <em>uid</em> </li> - <li> <tt>-g <em>gid</em></tt> : drop group ID to <em>gid</em> </li> + <li> <tt>-g <em>gid</em></tt> : drop group id to <em>gid</em> </li> <li> <tt>-G <em>gidlist</em></tt> : set supplementary group list -to <em>gidlist</em>, which must be given as a comma-separated list of numeric GIDs, +to <em>gidlist</em>, which must be given as a comma-separated list of numeric gids, without spaces. </li> - <li> <tt>-U</tt> : set user ID, group ID and supplementary group list + <li> <tt>-U</tt> : set user id, group id and supplementary group list to the values of the UID, GID and GIDLIST environment variables. If a <tt>-u</tt>, <tt>-g</tt> or <tt>-G</tt> option is given after <tt>-U</tt>, the command line value overrides the environment variable. </li> |