commit 2cf26665e0
Author: Robert Kaussow <mail@thegeeklab.de> Date: Sun Sep 18 23:27:54 2022 +0200 fix: use client-only mode by default
This commit is contained in:
parent
a0ec9ee0e4
commit
3b1fa2a1a3
11
index.md
11
index.md
@ -15,6 +15,7 @@ Setup chrony NTP.
|
||||
- [chrony_logdir](#chrony_logdir)
|
||||
- [chrony_ntsdumpdir](#chrony_ntsdumpdir)
|
||||
- [chrony_pool](#chrony_pool)
|
||||
- [chrony_port](#chrony_port)
|
||||
- [chrony_server](#chrony_server)
|
||||
- [Dependencies](#dependencies)
|
||||
|
||||
@ -65,6 +66,16 @@ chrony_ntsdumpdir: /var/lib/chrony
|
||||
chrony_pool: 2.pool.ntp.org iburst
|
||||
```
|
||||
|
||||
### chrony_port
|
||||
|
||||
The port option can be set to 0 to make chrony daemon to never open any listening port for server operation and to operate strictly in a client-only mode.
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
chrony_port: 0
|
||||
```
|
||||
|
||||
### chrony_server
|
||||
|
||||
#### Default value
|
||||
|
Loading…
Reference in New Issue
Block a user