diff options
Diffstat (limited to 'man/systemd.special.xml')
-rw-r--r-- | man/systemd.special.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml index cda6edd42b..f29cc23c2f 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -52,6 +52,7 @@ <filename>bluetooth.target</filename>, <filename>ctrl-alt-del.target</filename>, <filename>cryptsetup.target</filename>, + <filename>cryptsetup-pre.target</filename>, <filename>dbus.service</filename>, <filename>dbus.socket</filename>, <filename>default.target</filename>, @@ -841,6 +842,27 @@ <variablelist> <varlistentry> + <term><filename>cryptsetup-pre.target</filename></term> + <listitem> + <para>This passive target unit + may be pulled in by services + that want to run before any + encrypted block device is set + up. All encrypted block + devices are set up after this + target has been reached. Since + the shutdown order is + implicitly the reverse + start-up order between units + this target is particularly + useful to ensure that a + service is shut down only + after all encrypted block + devices are fully + stopped.</para> + </listitem> + </varlistentry> + <varlistentry> <term><filename>local-fs-pre.target</filename></term> <listitem> <para>This target unit is |