From 5b058473fed3a99d57f143032ce1f9784f4289ce Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Wed, 4 Mar 2020 11:30:31 +0100 Subject: [PATCH] man: Add documentation for generator path environment variables This adds documentation for the SYSTEMD_GENERATOR_PATH and SYSTEMD_ENVIRONMENT_GENERATOR_PATH variables to the systemd man page grouped with the existing SYSTEMD_UNIT_PATH. Also added is a description about how these variables work, i.e. that a trailing : can be used to prepend paths to the usual set. --- man/systemd.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/man/systemd.xml b/man/systemd.xml index 28bf49e131..8b1b6e6c6b 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -649,9 +649,17 @@ $SYSTEMD_UNIT_PATH + $SYSTEMD_GENERATOR_PATH + $SYSTEMD_ENVIRONMENT_GENERATOR_PATH - Controls where systemd looks for unit - files. + Controls where systemd looks for unit files and + generators. + These variables may contain a list of paths, separated by colons + (:). When set, if the list ends with an empty + component (...:), this list is prepended to the + usual set of of paths. Otherwise, the specified list replaces the usual + set of paths. +