diff options
author | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2022-09-22 15:13:21 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-09-22 21:04:49 +0200 |
commit | b5f8a35f399b3ba1468a30f4950b0cd01479edf8 (patch) | |
tree | bf4872e130b62a7304e8bcd0e5454a86744a86f9 /man/portablectl.xml | |
parent | Merge pull request #24746 from DaanDeMeyer/repart-split (diff) | |
download | systemd-b5f8a35f399b3ba1468a30f4950b0cd01479edf8.tar.xz systemd-b5f8a35f399b3ba1468a30f4950b0cd01479edf8.zip |
man/portablectl: fix references to options
Diffstat (limited to '')
-rw-r--r-- | man/portablectl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/portablectl.xml b/man/portablectl.xml index 719ea81aee..ed2089c63a 100644 --- a/man/portablectl.xml +++ b/man/portablectl.xml @@ -99,7 +99,7 @@ indicated unit file name prefix are copied from the image to the host's <filename>/etc/systemd/system.attached/</filename> directory (or <filename>/run/systemd/system.attached/</filename> — depending whether <option>--runtime</option> is - specified, see above), which is included in the built-in unit search path of the system service + specified, see below), which is included in the built-in unit search path of the system service manager.</para></listitem> <listitem><para>For unit files of type <filename>.service</filename> a drop-in is added to these copies that @@ -132,7 +132,7 @@ logic where the prefix is derived from the image file name.</para> <para>By default, after the unit files are attached the service manager's configuration is reloaded, except - when <option>--no-reload</option> is specified (see above). This ensures that the new units made available to + when <option>--no-reload</option> is specified (see below). This ensures that the new units made available to the service manager are seen by it.</para> <para>If <option>--now</option> and/or <option>--enable</option> are passed, the portable service(s) are |