bitcoind/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sun, 08 Jan 2023 12:56:06 -0600
changeset 27 3abee15898bb
parent 4 9934a00b9e97
permissions -rw-r--r--
Updated bitcoind and lnd versions and added a lnd hex macaroon script for Zeus.

---

- name: restart bitcoind
  become: yes
  systemd: service="bitcoind.service" state="restarted" daemon_reload="yes"