This commit is contained in:
Justin (shocknet) 2024-07-16 17:08:36 -04:00
parent a5c9a2673e
commit bdf7c1c464
2 changed files with 15 additions and 13 deletions

View file

@ -41,8 +41,8 @@ WantedBy=multi-user.target
EOF"
sudo systemctl daemon-reload
sudo systemctl enable lnd
sudo systemctl enable lightning_pub
sudo systemctl enable lnd >/dev/null 2>&1
sudo systemctl enable lightning_pub >/dev/null 2>&1
log "${PRIMARY_COLOR}Starting${RESET_COLOR} ${SECONDARY_COLOR}LND${RESET_COLOR} service..."
sudo systemctl start lnd &