mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-20 14:03:39 +03:00
man: document system-systemd\x2dcryptsetup.slice
As discussed in
1dc85eff1d (r606821495)
,
follow-up for commit 1dc85eff1d0dff18aaeaae530c91bf53f34b726e.
This commit is contained in:
parent
276dc7af74
commit
5c91fdf3f8
@ -17,22 +17,29 @@
|
|||||||
|
|
||||||
<refnamediv>
|
<refnamediv>
|
||||||
<refname>systemd-cryptsetup@.service</refname>
|
<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>
|
<refname>systemd-cryptsetup</refname>
|
||||||
<refpurpose>Full disk decryption logic</refpurpose>
|
<refpurpose>Full disk decryption logic</refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
|
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<para><filename>systemd-cryptsetup@.service</filename></para>
|
<para><filename>systemd-cryptsetup@.service</filename></para>
|
||||||
|
<para><filename>system-systemd\x2dcryptsetup.slice</filename></para>
|
||||||
<para><filename>/usr/lib/systemd/systemd-cryptsetup</filename></para>
|
<para><filename>/usr/lib/systemd/systemd-cryptsetup</filename></para>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>Description</title>
|
<title>Description</title>
|
||||||
|
|
||||||
<para><filename>systemd-cryptsetup@.service</filename> is a
|
<para><filename>systemd-cryptsetup@.service</filename> is a service responsible for setting up encrypted
|
||||||
service responsible for setting up encrypted block devices. It is
|
block devices. It is instantiated for each device that requires decryption for access.</para>
|
||||||
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
|
<para><filename>systemd-cryptsetup@.service</filename> will ask
|
||||||
for hard disk passwords via the <ulink
|
for hard disk passwords via the <ulink
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Cryptsetup Units Slice
|
Description=Cryptsetup Units Slice
|
||||||
Documentation=man:systemd.special(7)
|
Documentation=man:systemd-cryptsetup@.service(8)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user