From: Vladimir Panteleev Date: Sat, 27 Jul 2024 11:49:20 +0000 (+0000) Subject: man: clarify systemd-path variable source X-Git-Tag: v257-rc1~809 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F32430%2Fhead;p=thirdparty%2Fsystemd.git man: clarify systemd-path variable source --- 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.