1
0
mirror of https://github.com/Zygo/bees.git synced 2025-08-03 14:23:29 +02:00

docs: bees can stop now

Remove the paragraph stating otherwise.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2018-12-10 19:54:20 -05:00
parent 5f063dd752
commit 843f78c380
3 changed files with 2 additions and 9 deletions

View File

@@ -6,11 +6,6 @@ some tunables hardcoded in the source that could eventually become
configuration options. There's also an incomplete option parser
(patches welcome!).
* There's no way to *stop* the bees daemon. Use SIGKILL, SIGTERM, or
Ctrl-C for now. Some of the destructors are unreachable and have never
been tested. bees checkpoints its progress every 15 minutes (also not
configurable, patches welcome) and will repeat some work when restarted.
* The bees process doesn't fork and writes its log to stdout/stderr.
A shell wrapper is required to make it behave more like a daemon.