src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnd/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-11-07 09:02:45 -0600
committerLuke Hoersten <[email protected]>2020-11-07 09:02:45 -0600
commit3d30588add048790923563ab8ff96a151adc9552 (patch)
tree924f54f7c3670fc0d075f9589b248353f840a138 /lnd/handlers
parentddbaa939d432e7a6f4815694cb02a64a264db768 (diff)
Fixed lnd handlers.
Diffstat (limited to 'lnd/handlers')
-rw-r--r--lnd/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/lnd/handlers/main.yaml b/lnd/handlers/main.yaml
new file mode 100644
index 0000000..e4b7b18
--- /dev/null
+++ b/lnd/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart lnd
+ become: yes
+ systemd: service="lnd.service" state="restarted" daemon_reload="yes"