This commit is contained in:
Justin (shocknet) 2024-07-23 01:10:06 -04:00
parent aff9289130
commit dbc840ca65
2 changed files with 1 additions and 3 deletions

View file

@ -12,8 +12,6 @@ start_services() {
USER_NAME=$(whoami)
fi
log "USER_HOME: $USER_HOME, USER_NAME: $USER_NAME"
if [ "$OS" = "Linux" ]; then
if [ "$SYSTEMCTL_AVAILABLE" = true ]; then
sudo bash -c "cat > /etc/systemd/system/lnd.service <<EOF