src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnurld/server/templates/lnurld.service.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2023-09-15 22:46:46 -0500
committerLuke Hoersten <[email protected]>2023-09-15 22:46:46 -0500
commit82bc6f4f869d0b05c4943819d2009a07c37ced79 (patch)
treed728ffa93d711993e8fac1065d7d1e155cb543bc /lnurld/server/templates/lnurld.service.j2
parent12c9a85cbc9f4c218dd09f226c235e9376b45c85 (diff)
Moved lnurld from my general ansible roles repo to the btc specific repo.
Diffstat (limited to 'lnurld/server/templates/lnurld.service.j2')
-rw-r--r--lnurld/server/templates/lnurld.service.j221
1 files changed, 0 insertions, 21 deletions
diff --git a/lnurld/server/templates/lnurld.service.j2 b/lnurld/server/templates/lnurld.service.j2
deleted file mode 100644
index 499fdba..0000000
--- a/lnurld/server/templates/lnurld.service.j2
+++ /dev/null
@@ -1,21 +0,0 @@
-[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