diff --git a/Makefile.am b/Makefile.am index 3dad313347..5c7405373d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2645,6 +2645,14 @@ localed-install-data-hook: INSTALL_DATA_HOOKS += \ localed-install-data-hook +MANPAGES += \ + man/systemd-localed.service.8 + +MANPAGES_ALIAS += \ + man/systemd-localed.8 + +man/systemd-localed.8: man/systemd-localed.service.8 + EXTRA_DIST += \ units/systemd-localed.service.in diff --git a/man/systemd-localed.service.xml b/man/systemd-localed.service.xml new file mode 100644 index 0000000000..bdc2a08130 --- /dev/null +++ b/man/systemd-localed.service.xml @@ -0,0 +1,83 @@ + + + + + + + + + systemd-localed + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-localed + 8 + + + + systemd-localed.service + systemd-localed + systemd Time and Date Bus Mechanism + + + + systemd-localed.service + /usr/lib/systemd/systemd-localed + + + + Description + + systemd-localed is a system + service that may be used as mechanism to change the + system locale settings, as well as the console key + mapping and default X11 key + mapping. systemd-timedated is + automatically activated on request and terminates + itself when it is unused. + + See the + developer documentation for information about + the APIs systemd-localed + provides. + + + + See Also + + systemd1, + locale.conf5, + vconsole.conf5 + + + + diff --git a/man/systemd-timedated.service.xml b/man/systemd-timedated.service.xml index 354fcd6b88..1cf6a077d4 100644 --- a/man/systemd-timedated.service.xml +++ b/man/systemd-timedated.service.xml @@ -58,11 +58,11 @@ systemd-timedated is a system service that may be used as mechanism to change - the system clock and timezone, as well as + the system clock and timezone, as well as to enable/disable NTP time synchronization. systemd-timedated - is only activated on requests and terminates itself - when it is unused. + is automatically activated on request and terminates + itself when it is unused. See the diff --git a/units/systemd-localed.service.in b/units/systemd-localed.service.in index f973fa4585..6818a4c5c6 100644 --- a/units/systemd-localed.service.in +++ b/units/systemd-localed.service.in @@ -7,9 +7,8 @@ [Unit] Description=Locale Service +Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5) Documentation=http://www.freedesktop.org/wiki/Software/systemd/localed -Documentation=man:locale.conf(5) -Documentation=man:vconsole.conf(5) [Service] ExecStart=@rootlibexecdir@/systemd-localed