Skip to content

Commit

Permalink
add openntpd install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
idroz committed May 17, 2023
1 parent 3f294d7 commit 9c4dcc8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ Or on the host:
alpine exec instance-name "hwclock -s"
```

Also, consider an `ntp` daemon such as `chrony` within your instance to maintain the system clock.
Also, consider an `ntp` daemon within your instance to maintain the system clock. This can be added inside your instance:

```bash
apk update; apk add openntpd
rc-update add openntpd default
rc-service openntpd start
```

### Networking issues

Expand Down

0 comments on commit 9c4dcc8

Please sign in to comment.