commit: a91c78dd54591e896fa3b4661b71893bb5252b11 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 9 18:18:56 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 9 18:18:56 2025 +0000 URL: https://gitweb.gentoo.org/proj/steve.git/commit/?id=a91c78dd
Add signals to README Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index efd33b3..54f7cce 100644 --- a/README.rst +++ b/README.rst @@ -18,6 +18,17 @@ to ``SANDBOX_WRITE`` if necessary. Normally steve runs until explicitly terminated via ^c or SIGTERM. +Signals +------- +Steve responds to the following signals: + +SIGINT, SIGTERM + Terminate gracefully. + +SIGUSR1 + Print jobserver status. + + The jobserver protocol and risks -------------------------------- Steve implements the variant of GNU make jobserver protocol using
