lnd/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sun, 03 Aug 2025 12:51:13 -0500
changeset 41 85750c5b0661
parent 16 f50bb324549e
permissions -rw-r--r--
Lots of performance updates and added some flags for reindexing etc. Also added zram comporession.

---

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