27 lines
467 B
Plaintext
27 lines
467 B
Plaintext
|
## Path: Network/Chrony
|
||
|
## Description: Chrony time synchronization settings
|
||
|
## Type: yesno
|
||
|
## Default: "yes"
|
||
|
## ServiceRestart: chronyd
|
||
|
#
|
||
|
# Resolve hostnames with IPv4
|
||
|
#
|
||
|
CHRONY_IPV4="yes"
|
||
|
|
||
|
## Type: yesno
|
||
|
## Default: "yes"
|
||
|
## ServiceRestart: chronyd
|
||
|
#
|
||
|
# Resolve hostnames with IPv6
|
||
|
#
|
||
|
CHRONY_IPV6="yes"
|
||
|
|
||
|
## Type: yesno
|
||
|
## Default: "yes"
|
||
|
## ServiceRestart: chronyd
|
||
|
#
|
||
|
# Lock the chrony daemon process into RAM, preventing it from swapping out
|
||
|
#
|
||
|
CHRONY_LOCK_IN_RAM="no"
|
||
|
|