From b10442ae3572e417fcec69435626ca0e6cebc976 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 29 Oct 2023 21:17:11 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 000d8ca..0ad9ddc 100644 --- a/README.md +++ b/README.md @@ -232,3 +232,9 @@ specifying `sccache_rust_only`: link_cargo_registry = true sccache_dir="/home/user/aur/sccache_helix-git" sccache_rust_only = true + +## Signal Handling + +The script is set up to handle `SIGINT` and `SIGUSR1`. `SIGINT` will print the +known package list and status, and exit. `SIGUSR1` will also print the known +package list and status, but will not stop the script.