From 4fdd56169d9a44f037c801810ac355db4c6d442b Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 8 Oct 2024 13:30:59 -0700 Subject: [PATCH] memfd-bind: more specific doc URL Let's point to the relevant README directly in the systemd unit file, as it is hard to find in the whole nine yards of the runc repo. Signed-off-by: Kir Kolyshkin --- contrib/cmd/memfd-bind/memfd-bind@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cmd/memfd-bind/memfd-bind@.service b/contrib/cmd/memfd-bind/memfd-bind@.service index 796d05cb4..890869026 100644 --- a/contrib/cmd/memfd-bind/memfd-bind@.service +++ b/contrib/cmd/memfd-bind/memfd-bind@.service @@ -1,6 +1,6 @@ [Unit] Description=Manage memfd-bind of %f -Documentation=https://github.com/opencontainers/runc +Documentation=https://github.com/opencontainers/runc/blob/main/contrib/cmd/memfd-bind/README.md [Service] Type=simple