summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEgor Ignatov <egori@altlinux.org>2021-07-28 12:13:31 +0300
committerLuca Boccassi <luca.boccassi@gmail.com>2021-08-02 20:33:01 +0100
commitb10abe4bba61aebe4c667c412741193f11886298 (patch)
tree8414c21e5c499c2884b9567a1defb45e41ad3b2e /meson_options.txt
parentf121bd78185b00389c21ab3abdb145daf1cc9d5d (diff)
downloadsystemd-b10abe4bba61aebe4c667c412741193f11886298.tar.gz
time-set: adjust system clock if rtc is far in future
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0b01fb2cbf..110a471b6b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -208,6 +208,8 @@ option('status-unit-format-default', type : 'combo',
description : 'use unit name or description in messages by default')
option('time-epoch', type : 'integer', value : '-1',
description : 'time epoch for time clients')
+option('clock-valid-range-usec-max', type : 'integer', value : '473364000000000', # 15 years
+ description : 'maximum value in microseconds for the difference between RTC and epoch, exceeding which is considered an RTC error')
option('system-alloc-uid-min', type : 'integer', value : '-1',
description : 'minimum system UID used when allocating')