Skip to content

Commit

Permalink
Add instruction to check the status of ckb systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Nov 19, 2023
1 parent cf56fb9 commit 8158676
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions devtools/init/linux-systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ Start the node automatically on boot if you like:
sudo systemctl enable ckb.service
```

Check ckb's status:

```bash
sudo systemctl status ckb.service
```

If ckb doesn't seem to start properly you can view the logs to figure out the problem:

```bash
Expand Down

0 comments on commit 8158676

Please sign in to comment.