⚠️Node Deletion
Proceed carefully when initiating this deletion process
Service Management
Reload Services
sudo systemctl daemon-reloadEnable Service
sudo systemctl enable symphonydDisable Service
sudo systemctl disable symphonydRun Service
sudo systemctl start symphonydStop Service
sudo systemctl stop symphonydRestart Service
sudo systemctl restart symphonydCheck Service Status
sudo systemctl status symphonydCheck Service Logs
sudo journalctl -u symphonyd -f --no-hostname -o catRemove Node
cd $HOME && sudo systemctl stop symphonyd && sudo systemctl disable symphonyd && sudo rm /etc/systemd/system/symphonyd.service && sudo systemctl daemon-reload && sudo rm -rf $(which symphonyd) && sudo rm -rf $HOME/.symphonyd && sudo rm -rf $(which symphonyd)Last updated