1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

man: document system-systemd\x2dcryptsetup.slice

As discussed in
1dc85eff1d (r606821495),
follow-up for commit 1dc85eff1d.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-04-09 09:27:42 +02:00 committed by Lennart Poettering
parent 276dc7af74
commit 5c91fdf3f8
2 changed files with 12 additions and 5 deletions

View File

@ -17,22 +17,29 @@
<refnamediv>
<refname>systemd-cryptsetup@.service</refname>
<!-- <refname>system-systemd\x2dcryptsetup.slice</refname> — this causes meson to go haywire because it
thinks this is a (windows) path. Let's just not create the alias for this name, and only include it
in the synopsis. -->
<refname>systemd-cryptsetup</refname>
<refpurpose>Full disk decryption logic</refpurpose>
</refnamediv>
<refsynopsisdiv>
<para><filename>systemd-cryptsetup@.service</filename></para>
<para><filename>system-systemd\x2dcryptsetup.slice</filename></para>
<para><filename>/usr/lib/systemd/systemd-cryptsetup</filename></para>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para><filename>systemd-cryptsetup@.service</filename> is a
service responsible for setting up encrypted block devices. It is
instantiated for each device that requires decryption for
access.</para>
<para><filename>systemd-cryptsetup@.service</filename> is a service responsible for setting up encrypted
block devices. It is instantiated for each device that requires decryption for access.</para>
<para><filename>systemd-cryptsetup@.service</filename> instances are part of the
<filename>system-systemd\x2dcryptsetup.slice</filename> slice, which is destroyed only very late in the
shutdown procedure. This allows the encrypted devices to remain up until filesystems have been unmounted.
</para>
<para><filename>systemd-cryptsetup@.service</filename> will ask
for hard disk passwords via the <ulink

View File

@ -9,5 +9,5 @@
[Unit]
Description=Cryptsetup Units Slice
Documentation=man:systemd.special(7)
Documentation=man:systemd-cryptsetup@.service(8)
DefaultDependencies=no