Skip to content

Commit

Permalink
Fix usages
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Jan 10, 2024
1 parent 4a0823a commit 5056150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/start-teku.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ Example: If you specify an invalid database version in the migrate database comm

**Usages**

The exit codes for Teku are useful to understand so that you understand how to approach a restart and understanding how to mitigate the issue.
The exit codes for Teku are important to understand so that you know how to approach a restart and mitigate the issue.

An example of how these status codes can be uses, is in a **service unit configuration** file. `RestartPreventExitStatus=` and `RestartForceExitStatus=` can be used to control the behaviour of restarting Teku automatically, or stopping this in case of failure.
The **service unit configuration** file is an example of how status codes can be used. `RestartPreventExitStatus=` and `RestartForceExitStatus=` can be used to automatically restart Teku or stop it in case of failure.

[systemd.service](https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html) File Example
```
Expand Down

0 comments on commit 5056150

Please sign in to comment.