lnurld/server/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sun, 03 Aug 2025 12:51:13 -0500
changeset 41 85750c5b0661
parent 31 562b76293a66
permissions -rw-r--r--
Lots of performance updates and added some flags for reindexing etc. Also added zram comporession.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31
562b76293a66 Moved lnurld from my general ansible roles repo to the btc specific repo.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     1
---
562b76293a66 Moved lnurld from my general ansible roles repo to the btc specific repo.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     2
562b76293a66 Moved lnurld from my general ansible roles repo to the btc specific repo.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     3
- name: restart lnurld service
562b76293a66 Moved lnurld from my general ansible roles repo to the btc specific repo.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     4
  become: yes
562b76293a66 Moved lnurld from my general ansible roles repo to the btc specific repo.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     5
  systemd: name="lnurld.service" state="restarted" daemon_reload="yes"