From a39482a27960e4d11c122459175985615f7c35e0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 4 Dec 2020 07:53:34 +0000 Subject: Scrap s6-svc -X from doc --- doc/s6-svc.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'doc/s6-svc.html') diff --git a/doc/s6-svc.html b/doc/s6-svc.html index cce152a..c4bd40a 100644 --- a/doc/s6-svc.html +++ b/doc/s6-svc.html @@ -63,14 +63,11 @@ file in the service directory. Automatically restart it when it dies.
  • -x : exit. When the service is asked to be down and the supervised process dies, s6-supervise will exit too. This command should -normally never be used on a working system.
  • -
  • -X : close fds and exit. Like -x, but -s6-supervise will immediately close its -stdin, stdout and stderr. This is useful when s6-supervise has descriptors -open to the service it is supervising and the service is waiting for them -to close before exiting. Note that if this option is used, the last -execution of the service's finish script will be run with -stdin, stdout and stderr redirected to /dev/null.
  • +normally never be used on a working system. Note that if this command is +sent and a ./finish script exists for the service, the last +./finish invocation before +s6-supervise exits will run with its stdin +and stdout redirected to /dev/null.
  • -O : mark the service to run once at most. iow: do not restart the supervised process when it dies. If it is down when the command is received, do not even start it.
  • -- cgit 1.4.1