]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-timedated.service.xml
test-hostname-util: add assert_se's to make coverity happy
[thirdparty/systemd.git] / man / systemd-timedated.service.xml
CommitLineData
83620960
LP
1<?xml version='1.0'?> <!--*-nxml-*-->
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
12b42c76 3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
83620960
LP
4
5<!--
572eb058
ZJS
6 SPDX-License-Identifier: LGPL-2.1+
7
83620960
LP
8 This file is part of systemd.
9
10 Copyright 2010 Lennart Poettering
11
12 systemd is free software; you can redistribute it and/or modify it
13 under the terms of the GNU Lesser General Public License as published by
14 the Free Software Foundation; either version 2.1 of the License, or
15 (at your option) any later version.
16
17 systemd is distributed in the hope that it will be useful, but
18 WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 Lesser General Public License for more details.
21
22 You should have received a copy of the GNU Lesser General Public License
23 along with systemd; If not, see <http://www.gnu.org/licenses/>.
24-->
25
56ba3c78 26<refentry id="systemd-timedated.service" conditional='ENABLE_TIMEDATED'>
83620960 27
798d3a52
ZJS
28 <refentryinfo>
29 <title>systemd-timedated.service</title>
30 <productname>systemd</productname>
31
32 <authorgroup>
33 <author>
34 <contrib>Developer</contrib>
35 <firstname>Lennart</firstname>
36 <surname>Poettering</surname>
37 <email>lennart@poettering.net</email>
38 </author>
39 </authorgroup>
40 </refentryinfo>
41
42 <refmeta>
43 <refentrytitle>systemd-timedated.service</refentrytitle>
44 <manvolnum>8</manvolnum>
45 </refmeta>
46
47 <refnamediv>
48 <refname>systemd-timedated.service</refname>
49 <refname>systemd-timedated</refname>
50 <refpurpose>Time and date bus mechanism</refpurpose>
51 </refnamediv>
52
53 <refsynopsisdiv>
54 <para><filename>systemd-timedated.service</filename></para>
12b42c76 55 <para><filename>/usr/lib/systemd/systemd-timedated</filename></para>
798d3a52
ZJS
56 </refsynopsisdiv>
57
58 <refsect1>
59 <title>Description</title>
60
61 <para><filename>systemd-timedated</filename> is a system service
62 that may be used as a mechanism to change the system clock and
63 timezone, as well as to enable/disable NTP time synchronization.
64 <filename>systemd-timedated</filename> is automatically activated
65 on request and terminates itself when it is unused.</para>
66
67 <para>The tool
68 <citerefentry><refentrytitle>timedatectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
69 is a command line client to this service.</para>
70
71 <para>See the <ulink
28a0ad81 72 url="https://www.freedesktop.org/wiki/Software/systemd/timedated">
798d3a52
ZJS
73 developer documentation</ulink> for information about the APIs
74 <filename>systemd-timedated</filename> provides.</para>
75 </refsect1>
76
77 <refsect1>
78 <title>See Also</title>
79 <para>
80 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
81 <citerefentry><refentrytitle>timedatectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
82 <citerefentry><refentrytitle>localtime</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
83 <citerefentry project='man-pages'><refentrytitle>hwclock</refentrytitle><manvolnum>8</manvolnum></citerefentry>
84 </para>
85 </refsect1>
83620960
LP
86
87</refentry>