Skip to content

Commit

Permalink
Merge pull request #24 from cardano-foundation/oversize-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
oversize authored Jun 12, 2024
2 parents bf744e4 + 7ba3975 commit ad75468
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,19 @@ SyslogIdentifier=blockperf
TimeoutStopSec=5
```

Once you have written the above into e.g. `/etc/systemd/system/cardano-node.service`
You can load your configuration like so
Once you have written the above into e.g. `/etc/systemd/system/blockperf.service` you
need to reload systemd and start the service.

```bash
set -a
source /etc/default/blockperf
sudo systemctl daemon-reloadsudo systemctl daemon-reload
sudo systemctl start blockperf
```

Reload systemd and start the service using systemctl.
Inspect logs with

```bash
journalctl -fu blockperf
```

### Using Docker

Expand Down

0 comments on commit ad75468

Please sign in to comment.