From ec3f2c8c8ad86004d6048510382167ee5f1ded61 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sat, 27 Jul 2024 11:49:20 +0000 Subject: [PATCH] man: clarify systemd-path variable source (cherry picked from commit 3f24fa57df552accc2a6f9ab4d36724ba7227eff) --- man/systemd-path.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/systemd-path.xml b/man/systemd-path.xml index 153a9bd0d56..16f79279493 100644 --- a/man/systemd-path.xml +++ b/man/systemd-path.xml @@ -43,6 +43,12 @@ The variables whose name begins with search- do not refer to individual paths, but instead to a list of colon-separated search paths, in their order of precedence. + + Note that paths which depend on environment variables are + computed with systemd-path's invoked + environment, and not the system or user manager's environment. As + such, the output of systemd-path may not + reflect the behavior of manager processes.