src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnd/handlerls
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-05-12 19:47:57 -0500
committerLuke Hoersten <[email protected]>2020-05-12 19:47:57 -0500
commit20f74df71e4223591d5a26010df575c99ad3dc43 (patch)
tree531e4a2f0594ed17023f0f430c3c8a0bc66fb293 /lnd/handlerls
parente15954d16ab8fa98faae42afd828dd2a55324ba7 (diff)
Removed btcd role and combined lnd role.
Diffstat (limited to 'lnd/handlerls')
-rw-r--r--lnd/handlerls/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/lnd/handlerls/main.yaml b/lnd/handlerls/main.yaml
new file mode 100644
index 0000000..e4b7b18
--- /dev/null
+++ b/lnd/handlerls/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart lnd
+ become: yes
+ systemd: service="lnd.service" state="restarted" daemon_reload="yes"