From: Lennart Poettering Date: Fri, 30 Jun 2023 09:45:59 +0000 (+0200) Subject: man: document how credentials are passed into generators X-Git-Tag: v254-rc1~33^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=771c76294a42a4b53c0966b0b0fd1470c770ddc2;p=thirdparty%2Fsystemd.git man: document how credentials are passed into generators --- 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. + +