From 3457a5ce01d7df3bc4cdc6259736ca210b4d4765 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 25 May 2023 15:59:58 +0000 Subject: Add s6-svc -s; prepare for 2.11.4.0 Signed-off-by: Laurent Bercot --- doc/s6-svc.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/s6-svc.html') diff --git a/doc/s6-svc.html b/doc/s6-svc.html index 7c2e30a..208ee9c 100644 --- a/doc/s6-svc.html +++ b/doc/s6-svc.html @@ -28,7 +28,7 @@ knowing their PIDs, and without using horrible hacks such as .pid files.

Interface

-     s6-svc [ -wu | -wU | -wd | -wD | -wr | -wR ] [ -T timeout ] [ -abqhkti12pcyroduDUxO ] servicedir
+     s6-svc [ -wu | -wU | -wd | -wD | -wr | -wR ] [ -T timeout ] [ -s signal | -abqhkti12pcy ] [ -roduDUxO ] servicedir
 

@@ -53,6 +53,13 @@ a command, or 100 if no s6-supervise process is running on servicedir.

  • -p : send a SIGSTOP to the supervised process
  • -c : send a SIGCONT to the supervised process
  • -y : send a SIGWINCH to the supervised process
  • +
  • -s signal : send signal to the +supervised process. signal can be given as its name (case- +insensitive) or its number, but only the signals listed above are +accepted - you cannot, for instance, manually send a SIGSEGV to the +supervised process.
  • +
    +