lnurld/server/templates/lnurld.service.j2
author Luke Hoersten <luke@hoersten.org>
Sat, 22 Jul 2023 23:27:09 -0500
changeset 218 1db4800bc4f5
parent 217 nostr/relayer/files/relayer.service@e69a030975c4
permissions -rw-r--r--
Got lnurld running.

[Unit]
Description=LNURL Daemon
Wants=lnd.service
After=lnd.service

[Service]
Environment="GIN_MODE=release"
ExecStart=/usr/local/bin/lnurld

User={{lnurld_user}}
Group={{lnurld_user}}

Type=simple
KillMode=process
LimitNOFILE=128000
TimeoutSec=240
Restart=always
RestartSec=60

[Install]
WantedBy=multi-user.target