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
|
'\" t
.TH "SYSTEMD\-TIME\-WAIT\-SYNC\&.SERVICE" "8" "" "systemd 241" "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 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 depend on
time\-sync\&.target
until the system time has been synchronized with an accurate time source by
systemd\-timesyncd\&.service\&.
.PP
systemd\-timesyncd\&.service
notifies on successful synchronization\&.
systemd\-time\-wait\-sync
also tries to detect when the kernel marks the time as synchronized, but this detection is not reliable and is intended only as a fallback for other servies 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),
|