Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor clightning fixes #638

Merged
merged 2 commits into from
Sep 4, 2023
Merged

Conversation

erikarvstedt
Copy link
Collaborator

@erikarvstedt erikarvstedt commented Aug 20, 2023

Use this to test commit clightning: don't cleanup socket on startup:

read -rd '' script <<'EOF' || :
  systemctl stop clightning
  echo
  echo 'clightning has stopped'
  systemctl status clightning | head -3
  echo
  echo 'the socket still exists after clightning has stopped'
  ls /var/lib/clightning/bitcoin/lightning-rpc
  echo
  systemctl start clightning
  echo 'clightning starts, rpc calls work'
  sleep 0.5
  lightning-cli getinfo
EOF
run-tests.sh -s clightning container --run c bash -c "$script"

Copy link
Member

@jonasnick jonasnick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK e253b89

@jonasnick jonasnick merged commit d85e710 into fort-nix:master Sep 4, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants