> For the complete documentation index, see [llms.txt](https://docs.eridian.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/besu/maintenance.md).

# Maintenance

### Besu - Update Client

```bash
besu-update
```

### Besu - Update besu.service

```bash
besu-stop
besu-config

# MAKE ANY CHANGES TO THE CONFIG

daemon-reload
besu-start
besu-status
```
