📕Commands
logs
journalctl -fu tangle -o cat
restart
systemctl restart tangle && journalctl -fu tangle -o cat
delete node
systemctl stop tangle &&
systemctl disable tangle &&
rm /etc/systemd/system/tangle.service &&
systemctl daemon-reload &&
cd
rm -r .tangle
Last updated
Was this helpful?