-
Notifications
You must be signed in to change notification settings - Fork 14
/
ntp-operate-chronyd-service.xml
99 lines (99 loc) · 3.19 KB
/
ntp-operate-chronyd-service.xml
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
[
<!ENTITY % entities SYSTEM "../common/generic-entities.ent">
%entities;
]>
<!-- refers to legacy doc: <add github link to legacy doc piece, if applicable> -->
<!-- point back to this document with a similar comment added to your legacy doc piece -->
<!-- refer to README.md for file and id naming conventions -->
<!-- metadata is dealt with on the assembly level -->
<topic xml:id="ntp-operate-chronyd-service"
role="reference" xml:lang="en"
xmlns="http://docbook.org/ns/docbook" version="5.2"
xmlns:its="http://www.w3.org/2005/11/its"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:trans="http://docbook.org/ns/transclusion">
<info>
<meta name="maintainer" content="[email protected]"/>
<title>The &chronyd; &systemd; service</title>
<abstract>
<para>
The main part of &chrony; is the &chronyd; &systemd; service that runs
in the background and synchronizes system time with selected time
servers. You can use the following &systemd; commands to operate the
&chronyd; service:
</para>
</abstract>
</info>
<variablelist>
<varlistentry>
<term><command>systemctl status chronyd.service</command></term>
<listitem>
<para>
Prints extended information about the current status of the &chronyd;
service.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>systemctl is-enabled chronyd.service</command></term>
<listitem>
<para>
Checks whether the automatic start of the &chronyd; service at system
boot is enabled.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>systemctl enabled chronyd.service</command></term>
<listitem>
<para>
Enables the automatic start of the &chronyd; service at system boot.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>systemctl disable chronyd.service</command></term>
<listitem>
<para>
Disables the automatic start of the &chronyd; service at system boot.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>systemctl is-active chronyd.service</command></term>
<listitem>
<para>
Checks whether the &chronyd; service was started and is running.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>systemctl start chronyd.service</command></term>
<listitem>
<para>
Starts the &chronyd; service.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>systemctl stop chronyd.service</command></term>
<listitem>
<para>
Stops the &chronyd; service.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>systemctl restart chronyd.service</command></term>
<listitem>
<para>
Restarts the &chronyd; service and reloads
<filename>/etc/chronyd.conf</filename>.
</para>
</listitem>
</varlistentry>
</variablelist>
</topic>