]> git.seodisparate.com/gitweb - AnotherAURHelper/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Sun, 29 Oct 2023 12:17:11 +0000 (21:17 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sun, 29 Oct 2023 12:17:11 +0000 (21:17 +0900)
README.md

index 000d8ca056002a4a2b999c2087152659b967d743..0ad9ddc284cbabe5613a371ccfd706621e9b0814 100644 (file)
--- 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.