From: Lennart Poettering Date: Mon, 26 Aug 2019 10:36:10 +0000 (+0200) Subject: man: add systemd-homed man page X-Git-Tag: v245-rc1~52^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38e7b808eb0f131314bc434cc709c8342fc81072;p=thirdparty%2Fsystemd.git man: add systemd-homed man page --- diff --git a/man/rules/meson.build b/man/rules/meson.build index bf9d7ad873e..a7a0570ed1a 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -709,6 +709,7 @@ manpages = [ '8', ['systemd-hibernate-resume'], 'ENABLE_HIBERNATE'], + ['systemd-homed.service', '8', ['systemd-homed'], 'ENABLE_HOMED'], ['systemd-hostnamed.service', '8', ['systemd-hostnamed'], 'ENABLE_HOSTNAMED'], ['systemd-hwdb', '8', [], 'ENABLE_HWDB'], ['systemd-id128', '1', [], ''], diff --git a/man/systemd-homed.service.xml b/man/systemd-homed.service.xml new file mode 100644 index 00000000000..26789a236a9 --- /dev/null +++ b/man/systemd-homed.service.xml @@ -0,0 +1,57 @@ + + + + + + + + systemd-homed.service + systemd + + + + systemd-homed.service + 8 + + + + systemd-homed.service + systemd-homed + Home Directory/User Account Manager + + + + systemd-homed.service + /usr/lib/systemd/systemd-homed + + + + Description + + systemd-homed is a system service that may be used to create, remove, change or + inspect home directories. + + Most of systemd-homed's functionality is accessible through the + homectl1 command. + + See the Home Directories documentation for + details about the format and design of home directories managed by + systemd-homed.service. + + Each home directory managed by systemd-homed.service synthesizes a local user + and group. These are made available to the system using the User/Group Record Lookup API via Varlink, and thus may be + browsed with + userdbctl1. + + + + See Also + + systemd1, + homectl1, + userdbctl1 + + +