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-20 14:47:04 -05:00
committet von Zygo Blaxell
Ursprung dee6f189bb
Commit c17618c371
+2 -2
Datei anzeigen
@@ -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
------- -------