mirror of
https://github.com/systemd/systemd.git
synced 2025-01-21 22:04:01 +03:00
homed: replace "home directory" with "home area" in a few places
This commit is contained in:
parent
0b1b0a01ab
commit
b5947b5b10
@ -18,7 +18,7 @@
|
|||||||
<refnamediv>
|
<refnamediv>
|
||||||
<refname>systemd-homed.service</refname>
|
<refname>systemd-homed.service</refname>
|
||||||
<refname>systemd-homed</refname>
|
<refname>systemd-homed</refname>
|
||||||
<refpurpose>Home Directory/User Account Manager</refpurpose>
|
<refpurpose>Home Area/User Account Manager</refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
|
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
@ -30,13 +30,14 @@
|
|||||||
<title>Description</title>
|
<title>Description</title>
|
||||||
|
|
||||||
<para><command>systemd-homed</command> is a system service that may be used to create, remove, change or
|
<para><command>systemd-homed</command> is a system service that may be used to create, remove, change or
|
||||||
inspect home directories.</para>
|
inspect home areas (directories and network mounts and real or loopback block devices with a filesystem,
|
||||||
|
optionally encrypted).</para>
|
||||||
|
|
||||||
<para>Most of <command>systemd-homed</command>'s functionality is accessible through the
|
<para>Most of <command>systemd-homed</command>'s functionality is accessible through the
|
||||||
<citerefentry><refentrytitle>homectl</refentrytitle><manvolnum>1</manvolnum></citerefentry> command.</para>
|
<citerefentry><refentrytitle>homectl</refentrytitle><manvolnum>1</manvolnum></citerefentry> command.</para>
|
||||||
|
|
||||||
<para>See the <ulink url="https://systemd.io/HOME_DIRECTORY">Home Directories</ulink> documentation for
|
<para>See the <ulink url="https://systemd.io/HOME_DIRECTORY">Home Directories</ulink> documentation for
|
||||||
details about the format and design of home directories managed by
|
details about the format and design of home areas managed by
|
||||||
<filename>systemd-homed.service</filename>.</para>
|
<filename>systemd-homed.service</filename>.</para>
|
||||||
|
|
||||||
<para>Each home directory managed by <filename>systemd-homed.service</filename> synthesizes a local user
|
<para>Each home directory managed by <filename>systemd-homed.service</filename> synthesizes a local user
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Home Manager
|
Description=Home Area Manager
|
||||||
Documentation=man:systemd-homed.service(8)
|
Documentation=man:systemd-homed.service(8)
|
||||||
RequiresMountsFor=/home
|
RequiresMountsFor=/home
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user