# 2. Service Management

* View Status

```
sudo systemctl status fiamma-operator
```

* View Logs

```
tail -f .logs/bitvm-operator/bitvm-operator.$(date +%Y-%m-%d).log
```

* Restart the Service

```
sudo systemctl restart fiamma-operator

```

* Stop the Service

```
sudo systemctl stop fiamma-operator
```
