From 4659edf942d9a6ab9c3ef6f31ac6ec60eb7bd162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 27 Oct 2022 12:13:09 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7098710..cc47b79 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ In order to do so, I wrote a `systemd-vaultd` service which acts as a proxy between systemd and vault agent that is running on the machine. It provides a unix socket that can be used in systemd services in the `LoadCredential` option and then waits for vault agent to write these secrets at -`/run/systemd-vaultd/-`. +`/run/systemd-vaultd/.json`. We take advantage that in addition to normal paths, systemd also supports loading credentials from unix sockets.