-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathntp-wait.texi
61 lines (48 loc) · 1.71 KB
/
ntp-wait.texi
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
56
57
58
59
60
61
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename ntp-wait.info
@settitle Ntp-wait User's Manual
@include ../sntp/include/version.texi
@paragraphindent 2
@c %**end of header
@ifinfo
This file documents the use of @code{ntp-wait},
a program from
the NTP Project,
that is used to wait until @code{ntpd} has been able to
synchronize and stabilize the time on the current host.
@end ifinfo
@direntry
* ntp-wait: (ntp-wait). Wait for ntpd to synchronize and stabilize the system clock.
@end direntry
@titlepage
@title ntp-wait User's Manual
@subtitle ntp-wait, version @value{VERSION}, @value{UPDATED}
@c @author Max @email{[email protected]}
@end titlepage
@c @page
@c @vskip 0pt plus 1filll
@node Top, ntp-wait Description, (dir), (dir)
@top Simple Network Time Protocol User Manual
This document describes the use of the NTP Project's @code{ntp-wait} program.
If there are time-sensitive applications,
the proper sequence of events is to
run @code{ntpd -g} as early as possible,
then invoke all of the non-time-sensitive process,
run @code{ntp-wait} to block
until the system's time has stabilized and synchronized,
and only then start any applicaitons (like database servers) that require
accurate and stable time.
This document applies to version @value{VERSION} of @code{ntp-wait}.
@shortcontents
@menu
* ntp-wait Description:: Description
* ntp-wait Invocation:: Invoking ntp-wait
@end menu
@node ntp-wait Description
@comment node-name, next, previous, up
@section Description
The @code{ntp-wait} program blocks until @code{ntpd} is in synchronized state.
This can be useful at boot time, to delay the boot sequence until after
@code{ntpd -g} has set the time.
@include invoke-ntp-wait.texi