๐ Useful Commands
Get sync info
celestia-appd status 2>&1 | jqService Management
Reload 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
sudo journalctl -u celestia-appd -f --no-hostname -o catLast updated