feature: Added ability for users to add a startup command

This commit is contained in:
Ben Carman
2020-09-28 10:38:36 -05:00
parent 30568d3f1e
commit 090530cc24
2 changed files with 24 additions and 0 deletions

View File

@@ -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)