lnurld/server/templates/lnurld.service.j2
author Luke Hoersten <luke@hoersten.org>
Sun, 23 Jul 2023 11:08:34 -0500
changeset 219 0faea2a7570f
parent 218 1db4800bc4f5
permissions -rw-r--r--
Updated relayer whitelisted for custom nip11 info.

[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