Cheat Sheet
A Tendermint cheat sheet is a quick reference for essential commands to control Tendermint blockchains.
Service Operations
to start, stop, restart, reload, enable, or disable the tanssi.service
service, use the following commands:
command services
// start service
sudo systemctl start tanssi.service
// stop service
sudo systemctl stop tanssi.service
// restart service
sudo systemctl restart tanssi.service
// reload service
sudo systemctl daemon-reload
// enable service
sudo systemctl enable tanssi.service
// disable service
sudo systemctl disable tanssi.service