> 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/testnet-beta/how-to-run-the-fiamma-operator/operator-for-linux/5.-manage-the-operator-program.md).

# 5.  Manage the Operator Program

#### **View Status**

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

#### **View Logs**

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

#### **Shut Down Operator Service**

The operator service will finish all pending transactions before it fully shuts down.

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

#### **Restart Operator Service**

```
sudo systemctl restart fiamma-operator
```

#### Stop the Service

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