2. Service Management
View Status
sudo systemctl status fiamma-operatorView Logs
tail -f .logs/bitvm-operator/bitvm-operator.$(date +%Y-%m-%d).logRestart the Service
sudo systemctl restart fiamma-operator
Stop the Service
sudo systemctl stop fiamma-operatorLast updated