From 173d58a10c40f1fd64034690eab82833d4a4770d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 18 Feb 2020 12:25:29 +0000 Subject: Add SIGPWR and SIGWINCH support to s6-svscan --- doc/s6-svscan.html | 2 ++ doc/upgrade.html | 2 ++ 2 files changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/s6-svscan.html b/doc/s6-svscan.html index b826847..fc54cd9 100644 --- a/doc/s6-svscan.html +++ b/doc/s6-svscan.html @@ -135,6 +135,8 @@ it receives one of the following signals.
  • SIGINT : fork and execute .s6-svscan/SIGINT
  • SIGUSR1 : fork and execute .s6-svscan/SIGUSR1
  • SIGUSR2 : fork and execute .s6-svscan/SIGUSR2
  • +
  • SIGPWR (on systems that define it) : fork and execute .s6-svscan/SIGPWR
  • +
  • SIGWINCH (on systems that define it) : fork and execute .s6-svscan/SIGWINCH
  • diff --git a/doc/upgrade.html b/doc/upgrade.html index 72b5386..636a03c 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -35,6 +35,8 @@ interpreter.

  • A new -X option has been added to s6-linux-init installations.
  • +