> For the complete documentation index, see [llms.txt](https://docs.fiammalabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fiammalabs.io/our-product-suite/pragmatically-trustless-bitvm-bitcoin-bridge/user-guides/mainnet/fiamma-operator/2.-start-operator/2.-service-management.md).

# 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
```
