From 771c76294a42a4b53c0966b0b0fd1470c770ddc2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 30 Jun 2023 11:45:59 +0200 Subject: [PATCH] man: document how credentials are passed into generators --- man/systemd.generator.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/man/systemd.generator.xml b/man/systemd.generator.xml index 5e39c5877fd..7b2501aa776 100644 --- a/man/systemd.generator.xml +++ b/man/systemd.generator.xml @@ -190,6 +190,20 @@ ConditionArchitecture= in systemd.unit5. + + + $CREDENTIALS_DIRECTORY + $ENCRYPTED_CREDENTIALS_DIRECTORY + + If set, refers to the directory system credentials have been placed in. Credentials + passed into the system in plaintext form will be placed in $CREDENTIALS_DIRECTORY, + and those passed in in encrypted form will be placed in + $ENCRYPTED_CREDENTIALS_DIRECTORY. Use the + systemd-creds1 + command to automatically decrypt/authenticate credentials passed in, if needed. Specifically, use the + systemd-creds --system cat command. + + -- 2.47.3