diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index d39928ec23..1ac0077d86 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -342,10 +342,10 @@ ManagerEnvironment= Takes the same arguments as DefaultEnvironment=, see above. Sets - environment variables just for the manager process itself. These variables are not inherited by - processes spawned by the service manager, use DefaultEnvironment= for that. Note - that these variables are merged into the existing environment block. In particular, in case of the - system manager, this includes variables set by the kernel based on the kernel command line. + environment variables just for the manager process itself. In contrast to user managers, these variables + are not inherited by processes spawned by the system manager, use DefaultEnvironment= + for that. Note that these variables are merged into the existing environment block. In particular, in + case of the system manager, this includes variables set by the kernel based on the kernel command line. Setting environment variables for the manager process may be useful to modify its behaviour. See ENVIRONMENT for a descriptions of some