src.nth.io/

summaryrefslogtreecommitdiff
path: root/bitcoind/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'bitcoind/handlers')
-rw-r--r--bitcoind/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitcoind/handlers/main.yaml b/bitcoind/handlers/main.yaml
new file mode 100644
index 0000000..b3e4bdb
--- /dev/null
+++ b/bitcoind/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart bitcoind
+ become: yes
+ systemd: service="bitcoind.service" state="restarted" daemon_reload="yes"