From 09750ce3525129a676dec4f579aea3ad2eca1b19 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 9 Jan 2023 11:09:14 +0000 Subject: Add instances implementation (still needs testing) Signed-off-by: Laurent Bercot --- doc/s6-usertree-maker.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/s6-usertree-maker.html') diff --git a/doc/s6-usertree-maker.html b/doc/s6-usertree-maker.html index b62727a..29175d6 100644 --- a/doc/s6-usertree-maker.html +++ b/doc/s6-usertree-maker.html @@ -21,7 +21,7 @@

s6-usertree-maker creates a service directory implementing a service that runs an s6-svscan -instance owned by a given user, on a scan directory +process owned by a given user, on a scan directory belonging to that user. It is meant to help admins deploy systems where each user has their own supervision subtree, rooted in the main supervision tree owned by root. @@ -45,6 +45,7 @@ for the s6-rc service manager. [ -n nfiles ] \ [ -s filesize ] \ [ -S maxsize ] \ + [ -P prefix ] \ user logdir dir @@ -123,6 +124,9 @@ file (and archive files) in logdir. Default is 1000000 archives in the logdir. Default is 0, meaning no limits apart from those enforced by the -n and -s options.
+ +

  • -P prefix : when logging to logdir, +prefix logged lines with the prefix string.

  • Operation of the service

    -- cgit v1.3.1