Update README.md
This commit is contained in:
parent
d7941a589d
commit
b10442ae35
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue