diff options
Diffstat (limited to 'man/pam_systemd_loadkey.xml')
-rw-r--r-- | man/pam_systemd_loadkey.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/pam_systemd_loadkey.xml b/man/pam_systemd_loadkey.xml index 13d1686bd1..1cc0ddb882 100644 --- a/man/pam_systemd_loadkey.xml +++ b/man/pam_systemd_loadkey.xml @@ -119,14 +119,14 @@ -auth optional pam_gnome_keyring.so -session optional pam_gnome_keyring.so auto_start -session optional pam_kwallet5.so auto_start - </programlisting> +</programlisting> <para>And add the following lines to your display manager's systemd service file, so it can access root's keyring:</para> <programlisting> [Service] KeyringMode=inherit - </programlisting> +</programlisting> <para>In this setup, early during the boot process, <citerefentry><refentrytitle>systemd-cryptsetup@.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> |