explain that plugin can also be added to the config

This commit is contained in:
LightningHelper
2021-08-18 00:37:05 -04:00
committed by Christian Decker
parent bfd80ada80
commit 3da5778dcf

View File

@@ -52,7 +52,8 @@ to work: `chmod 0400 hsm_secret`
In order to tell `lightningd` to use the plugin you either need to tell it
via the startup option `--plugin /path/to/backup.py` or by placing it (or a
symlink to it) in the lightning plugin directory (`~/.lightning/plugins`).
symlink to it) in the lightning plugin directory (`~/.lightning/plugins`) or
by adding it to the `lightningd` configuration (`important-plugin=/path/to/backup.py`).
On daemon startup the plugin will check the integrity of the existing backup
and complain if there is a version mismatch.