Skip to content

Commit 2cb1235

Browse files
committed
readme: add disable option for sub-servers
1 parent 8eb5372 commit 2cb1235

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -115,21 +115,24 @@ a standalone process on the same or remote machine (called "lnd remote mode",
115115
set by `lnd-mode=remote` config option)](doc/config-lnd-remote.md).
116116

117117
In addition to those main modes, the individual bundled daemons (Faraday, Loop
118-
and Pool) can be toggled to be integrated or remote as well. This offers a
119-
large number of possible configuration combinations, of which not all are
120-
fully supported due to technical reasons.
118+
and Pool) can be toggled to be integrated or remote as well, or as disabled.
119+
This offers a large number of possible configuration combinations, of which not
120+
all are fully supported due to technical reasons.
121121

122122
The following table shows the supported combinations:
123123

124-
| | `lnd-mode=integrated` | `lnd-mode=remote` |
125-
|----------------------------------------|-----------------------|-------------------|
126-
| `faraday-mode=integrated` | X | X |
127-
| `loop-mode=integrated` | X | X |
128-
| `pool-mode=integrated` | X | X |
129-
| `faraday-mode=remote` | | X |
130-
| `loop-mode=remote` | | X |
131-
| `pool-mode=remote` | | X |
132-
| `lnd` running in "stateless init" mode | X | |
124+
| | `lnd-mode=integrated` | `lnd-mode=remote` |
125+
|-----------------------------------------|-----------------------|-------------------|
126+
| `faraday-mode=integrated` | X | X |
127+
| `loop-mode=integrated` | X | X |
128+
| `pool-mode=integrated` | X | X |
129+
| `faraday-mode=remote` | | X |
130+
| `loop-mode=remote` | | X |
131+
| `pool-mode=remote` | | X |
132+
| `faraday-mode=disable` | X | X |
133+
| `loop-mode=disable` | X | X |
134+
| `pool-mode=disable` | X | X |
135+
| `lnd` running in "stateless init" mode | X | |
133136

134137
## Daemon Versions packaged with LiT
135138

0 commit comments

Comments
 (0)