blob: 4b47bd8159e30fc88c2969209f18df03c42d5a86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
'\" t
.TH "SYSTEMD\-TIME\-WAIT\-SYNC\&.SERVICE" "8" "" "systemd 254" "systemd-time-wait-sync.service"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
systemd-time-wait-sync.service, systemd-time-wait-sync \- Wait until kernel time is synchronized
.SH "SYNOPSIS"
.PP
systemd\-time\-wait\-sync\&.service
.PP
/usr/lib/systemd/systemd\-time\-wait\-sync
.SH "DESCRIPTION"
.PP
systemd\-time\-wait\-sync
is a system service that delays the start of units that are ordered after
time\-sync\&.target
(see
\fBsystemd.special\fR(7)
for details) until the system time has been synchronized with an accurate remote reference time source by
systemd\-timesyncd\&.service\&.
.PP
systemd\-timesyncd\&.service
notifies
systemd\-time\-wait\-sync
about successful synchronization\&.
systemd\-time\-wait\-sync
also tries to detect when the kernel marks the system clock as synchronized, but this detection is not reliable and is intended only as a fallback for compatibility with alternative NTP services that can be used to synchronize time (e\&.g\&., ntpd, chronyd)\&.
.SH "FILES"
.PP
/run/systemd/timesync/synchronized
.RS 4
The presence of this file indicates to this service that the system clock has been synchronized\&.
.RE
.SH "SEE ALSO"
.PP
\fBsystemd\fR(1),
\fBsystemd.special\fR(7),
\fBsystemd-timesyncd.service\fR(8),
|