📜 Useful Commands
Last updated
Get sync info
celestia-appd status 2>&1 | jqReload service configuration
sudo systemctl daemon-reloadEnable service
sudo systemctl enable celestia-appdDisable service
sudo systemctl disable celestia-appdStart service
sudo systemctl start celestia-appdStop service
sudo systemctl stop celestia-appdRestart service
sudo systemctl restart celestia-appdCheck service status
sudo systemctl status celestia-appdCheck service logs
Last updated
sudo journalctl -u celestia-appd -f --no-hostname -o cat