Skip to content

Commit

Permalink
supervise-daemon: added --stdout-logger and --stderr-logger to man page
Browse files Browse the repository at this point in the history
  • Loading branch information
Higgs1 committed Sep 19, 2023
1 parent 7329223 commit a3f9d0c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions man/supervise-daemon.8
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,23 @@ The logfile can also be a named pipe.
The same thing as
.Fl 1 , -stdout
but with the standard error output.
.It Fl -stdout-logger Ar cmd
Run cmd as a child process redirecting the standard output to the
standard input of cmd when started with
.Fl background .
Cmd must be an absolute pathname, but relative to the path optionally given with
.Fl r , -chroot .
This process must be prepared to accept input on stdin and be able to
log it or send it to another location.
.It Fl -stderr-logger Ar cmd
Run cmd as a child process and
Redirect the standard error of the process to the standard input of cmd
when started with
.Fl background .
Cmd must be an absolute pathname, but relative to the path optionally given with
.Fl r , -chroot .
This process must be prepared to accept input on stdin and be able to
log it or send it to another location.
.It Fl -capabilities Ar cap-list
Start the daemon with the listed inheritable, ambient and bounding capabilities.
The format is the same as in cap_iab(3).
Expand Down

0 comments on commit a3f9d0c

Please sign in to comment.