Merge #2692: Use pam_env to properly setup system-wide env

This commit is contained in:
Vladimír Čunát
2014-06-03 16:07:47 +02:00
parent 927c41e258
commit 18a0cdd864
10 changed files with 73 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ in
default = {};
description = ''
A set of environment variables used in the global environment.
These variables will be set on shell initialisation.
The value of each variable can be either a string or a list of
strings. The latter is concatenated, interspersed with colon
characters.