1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +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>
Dieser Commit ist enthalten in:
Kai Krakow
2018-01-19 23:06:59 +01:00
committet von Zygo Blaxell
Ursprung dee6f189bb
Commit c17618c371
+2 -2
Datei anzeigen
@@ -445,7 +445,7 @@ be the name of a subvol):
Configuration
-------------
The only runtime configurable options are environment variables:
There are some runtime configurable options using environment variables:
* BEESHOME: Directory containing Bees state files:
* 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
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
-------