src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnd/templates/lnd.service.j2
diff options
context:
space:
mode:
Diffstat (limited to 'lnd/templates/lnd.service.j2')
-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}}