Useful Commands
Service Operations
Reload daemon
sudo systemctl daemon-reload
Enable service
sudo systemctl enable availd
Start service
sudo systemctl start availd
Restart service
sudo systemctl restart availd.service
Stop service
sudo systemctl stop availd
Check status
systemctl status availd
View logs (short)
sudo journalctl -u availd -f
View logs (full)
sudo journalctl -f -u availd.service
Service file path
/etc/systemd/system/availd.service
Rotate validator keys
curl -H "Content-Type: application/json" -d '{"id":1,"jsonrpc":"2.0","method":"author_rotateKeys","params":[]}' http://localhost:9944