From 3315cae54873f180a26a37a5aaccaae5febec96e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 12 Oct 2015 14:04:28 +0000 Subject: Add SIGWINCH support to s6-supervise and s6-svc (-y) --- doc/s6-svc.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/s6-svc.html') diff --git a/doc/s6-svc.html b/doc/s6-svc.html index 7c3b2bd..62fd1be 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 ] [ -abqhkti12pcoduxO ] servicedir
+     s6-svc [ -wu | -wU | -wd | -wD | -wr | -wR ] [ -T timeout ] [ -abqhkti12pcyoduxO ] servicedir
 

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

  • -2 : send a SIGUSR2 to the supervised process
  • -p : send a SIGSTOP to the supervised process
  • -c : send a SIGCONT to the supervised process
  • +
  • -y : send a SIGWINCH to the supervised process
  • -o : once. Equivalent to "-uO".
  • -d : down. If the supervised process is up, send it a SIGTERM and a SIGCONT. Do not restart it.
  • -- cgit v1.2.3