diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-09-28 20:44:25 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-09-28 20:44:33 +0200 |
commit | 2552702000744ab2c396f1270468fc173d4e8dce (patch) | |
tree | 28c9b1275406d9e5dbc706d8ddea58b09262dc18 /doc | |
parent | c95784e3d31dc557b175181bc034339df22cb5fd (diff) | |
parent | 090530cc24054d6b4658752bb88f75a3b73eab5d (diff) |
Merge #15367: feature: Added ability for users to add a startup command
090530cc24054d6b4658752bb88f75a3b73eab5d feature: Added ability for users to add a startup command (Ben Carman)
Pull request description:
Thoughts for adding the feature is for users to be able to add things like electrum-personal-server or lnd to run whenever Bitcoin Core is running. Open to feedback about the feature.
ACKs for top commit:
MarcoFalke:
re-ACK 090530cc24
dongcarl:
tACK 090530c
Tree-SHA512: ba514d2fc8b4fb12b781c1a9c89845a25fce0b80ba7c907761cde4abb81edd03fa643682edc895986dc20b273ac3b95769508806db7fbd99ec28623f85c41e67
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-15367.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-15367.md b/doc/release-notes-15367.md new file mode 100644 index 0000000000..598e49dcae --- /dev/null +++ b/doc/release-notes-15367.md @@ -0,0 +1,6 @@ +Configuration option changes +---------------------------- + +- The `startupnotify` option is used to specify a command to + execute when Bitcoin Core has finished with its startup + sequence. (#15367)
\ No newline at end of file |