src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnd-channel-s3-backup/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-07-05 10:46:30 -0500
committerLuke Hoersten <[email protected]>2021-07-05 10:46:30 -0500
commitd31c0aa6ae67ec592b90ffb42e33982ebf73d676 (patch)
tree65b65709c33b62ab6fb219e442daaaf1abe97fa3 /lnd-channel-s3-backup/handlers
parent6ef783150c4a91be790cee5c81379b80d0845e91 (diff)
Added lnd channel backup to s3 role.
Diffstat (limited to 'lnd-channel-s3-backup/handlers')
-rw-r--r--lnd-channel-s3-backup/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/lnd-channel-s3-backup/handlers/main.yaml b/lnd-channel-s3-backup/handlers/main.yaml
new file mode 100644
index 0000000..4cbab58
--- /dev/null
+++ b/lnd-channel-s3-backup/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: reload s3 backup service
+ systemd: name="lnd-channel-s3-backup@{{lnd_channel_s3_backup_bucket}}.service" enabled="yes" daemon_reload="yes"
+ become: yes