diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-29 10:04:12 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-30 10:30:03 +0200 |
commit | 211c99c7610395d151150a15b36ef0f57d1fd9e0 (patch) | |
tree | c52a389edf8cf8eef380f85e671bfd3fc78aba61 /man/systemd-homed.service.xml | |
parent | man: refer to the right man page for Environment= (diff) | |
download | systemd-211c99c7610395d151150a15b36ef0f57d1fd9e0.tar.xz systemd-211c99c7610395d151150a15b36ef0f57d1fd9e0.zip |
man: do not index various /foobar/ paths
For #17177.
Diffstat (limited to 'man/systemd-homed.service.xml')
-rw-r--r-- | man/systemd-homed.service.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-homed.service.xml b/man/systemd-homed.service.xml index ab8bcab8cb..d6a239bc96 100644 --- a/man/systemd-homed.service.xml +++ b/man/systemd-homed.service.xml @@ -86,9 +86,9 @@ <para>In order to migrate a home directory from a host <literal>foobar</literal> to another host <literal>quux</literal> it is hence sufficient to copy <filename>/var/lib/systemd/home/local.public</filename> from the host <literal>foobar</literal> to - <literal>quux</literal>, maybe calling the file on the destination - <filename>/var/lib/systemd/home/foobar.public</filename>, reflecting the origin of the key. If the user - record should be modifiable on <literal>quux</literal> the pair + <literal>quux</literal>, maybe calling the file on the destination <filename + index="false">/var/lib/systemd/home/foobar.public</filename>, reflecting the origin of the key. If the + user record should be modifiable on <literal>quux</literal> the pair <filename>/var/lib/systemd/home/local.public</filename> and <filename>/var/lib/systemd/home/local.private</filename> need to be copied from <literal>foobar</literal> to <literal>quux</literal>, and placed under the identical paths there, as currently only a single |