src.nth.io/

summaryrefslogtreecommitdiff
path: root/node/conf/handlers/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-04-27 11:17:52 -0500
committerLuke Hoersten <[email protected]>2020-04-27 11:17:52 -0500
commit99575d0d007feb9ba97109be94e7ee5230bb40ce (patch)
treededb43d697647753ee76a554c5d8edcbb0731e87 /node/conf/handlers/main.yaml
Initial commit of btcd and lnd roles.
Diffstat (limited to 'node/conf/handlers/main.yaml')
-rw-r--r--node/conf/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/node/conf/handlers/main.yaml b/node/conf/handlers/main.yaml
new file mode 100644
index 0000000..7477dd1
--- /dev/null
+++ b/node/conf/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart node
+ become: yes
+ systemd: service="{{node_type}}.service" state="restarted" daemon_reload="yes"