From 7b4a1bf264d20f607a17be036221671244bf6545 Mon Sep 17 00:00:00 2001 From: Russ Garrett Date: Tue, 3 Dec 2024 21:11:37 +0000 Subject: [PATCH] Document signal handling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c686c0b..77e9f98 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ persisted, to avoid repeating posts. The state dictionary is serialised to a file called `.state` in the local directory. This automatically happens when the process is terminated, but you can also trigger this -by calling `self.save_state()`. +by calling `self.save_state()`, or by sending the process a `SIGHUP` signal. ## Bots which use Polybot