src.nth.io/

summaryrefslogtreecommitdiff
path: root/bitcoind/handlers/main.yaml
blob: b3e4bdba4274eb914f414f35513e74a613bea350 (plain)
1
2
3
4
5
---

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