mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-02 12:44:26 +01:00
doc: document shutdown plugin.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
516c38a750
commit
36baef22e2
@@ -791,6 +791,16 @@ here, with the peer's signatures attached.
|
||||
}
|
||||
```
|
||||
|
||||
### `shutdown`
|
||||
|
||||
Called when lightningd is shutting down, or this plugin has been
|
||||
shutdown by the plugin stop command. The plugin has 30 seconds to
|
||||
exit itself, otherwise it's killed.
|
||||
|
||||
Because lightningd can crash or be killed, a plugin cannot rely on
|
||||
this function always called.
|
||||
|
||||
|
||||
## Hooks
|
||||
|
||||
Hooks allow a plugin to define custom behavior for `lightningd`
|
||||
|
||||
Reference in New Issue
Block a user