1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-18 05:45:45 +02:00

README: Some things are simply no longer true

Environment variables are no longer the /only/ option.

Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
Kai Krakow 2018-01-19 23:06:59 +01:00 committed by Zygo Blaxell
parent dee6f189bb
commit c17618c371

View File

@ -445,7 +445,7 @@ be the name of a subvol):
Configuration Configuration
------------- -------------
The only runtime configurable options are environment variables: There are some runtime configurable options using environment variables:
* BEESHOME: Directory containing Bees state files: * BEESHOME: Directory containing Bees state files:
* beeshash.dat | persistent hash table. Must be a multiple of 16M. * beeshash.dat | persistent hash table. Must be a multiple of 16M.
@ -461,7 +461,7 @@ The only runtime configurable options are environment variables:
watch -n1 cat $BEESSTATUS watch -n1 cat $BEESSTATUS
Other options (e.g. interval between filesystem crawls) can be configured Other options (e.g. interval between filesystem crawls) can be configured
in src/bees.h. in src/bees.h or on the cmdline (see 'Command Line Options' below).
Running Running
------- -------