src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2022-08-08 16:11:16 -0500
committerLuke Hoersten <[email protected]>2022-08-08 16:11:16 -0500
commit51ad016339f8188abe2b124e9cf0eb7528b92004 (patch)
tree42e3cb3de6408878b66fcb72397f48c39392df3e
parent71126ecf37a29a6af28fe97580959ae2e2a91218 (diff)
Added notify type to lnd service per docs.
-rw-r--r--lnd/templates/lnd.service.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/lnd/templates/lnd.service.j2 b/lnd/templates/lnd.service.j2
index 9f36abb..39b8eb0 100644
--- a/lnd/templates/lnd.service.j2
+++ b/lnd/templates/lnd.service.j2
@@ -4,6 +4,7 @@ Wants={{lnd_bitcoin_node}}.service
After={{lnd_bitcoin_node}}.service
[Service]
+Type=notify
ExecStart=/usr/local/bin/lnd
User={{lnd_user}}