From 3da5778dcf408ff075515b4956aef405aa18f81a Mon Sep 17 00:00:00 2001 From: LightningHelper <35897350+LightningHelper@users.noreply.github.com> Date: Wed, 18 Aug 2021 00:37:05 -0400 Subject: [PATCH] explain that plugin can also be added to the config --- backup/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backup/README.md b/backup/README.md index 56f0eb8..45e078a 100644 --- a/backup/README.md +++ b/backup/README.md @@ -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.