From 83620960d6f385fcd0cf2a17f70bcb7a8e3eafa9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 25 Jun 2012 22:56:45 +0200 Subject: [PATCH] man: document systemd-timedated.service --- Makefile.am | 8 +++ man/systemd-timedated.service.xml | 83 ++++++++++++++++++++++++++++++ units/systemd-timedated.service.in | 2 +- 3 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 man/systemd-timedated.service.xml diff --git a/Makefile.am b/Makefile.am index 60bd8fdfc..3dad31334 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2704,6 +2704,14 @@ timedated-install-data-hook: INSTALL_DATA_HOOKS += \ timedated-install-data-hook +MANPAGES += \ + man/systemd-timedated.service.8 + +MANPAGES_ALIAS += \ + man/systemd-timedated.8 + +man/systemd-timedated.8: man/systemd-timedated.service.8 + EXTRA_DIST += \ units/systemd-timedated.service.in endif diff --git a/man/systemd-timedated.service.xml b/man/systemd-timedated.service.xml new file mode 100644 index 000000000..354fcd6b8 --- /dev/null +++ b/man/systemd-timedated.service.xml @@ -0,0 +1,83 @@ + + + + + + + + + systemd-timedated + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-timedated + 8 + + + + systemd-timedated.service + systemd-timedated + systemd Time and Date Bus Mechanism + + + + systemd-timedated.service + /usr/lib/systemd/systemd-timedated + + + + Description + + systemd-timedated is a + system service that may be used as mechanism to change + the system clock and timezone, as well as + enable/disable NTP time + synchronization. systemd-timedated + is only activated on requests and terminates itself + when it is unused. + + See the + developer documentation for information about + the APIs systemd-timedated + provides. + + + + See Also + + systemd1, + timezone5, + hwclock8 + + + + diff --git a/units/systemd-timedated.service.in b/units/systemd-timedated.service.in index fbdf9e174..1944a71cb 100644 --- a/units/systemd-timedated.service.in +++ b/units/systemd-timedated.service.in @@ -7,8 +7,8 @@ [Unit] Description=Time & Date Service +Documentation=man:systemd-timedated.service(8) man:timezone(5) Documentation=http://www.freedesktop.org/wiki/Software/systemd/timedated -Documentation=man:timezone(5) [Service] ExecStart=@rootlibexecdir@/systemd-timedated -- 2.30.2