Marcus Rueckert
4b371e4ed1
Copy from home:pbleser:Utilities/chrony via accept of submit request 34235 revision 1. Request was accepted with message: reviewed ok OBS-URL: https://build.opensuse.org/request/show/34235 OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=1
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"
|
|
|