diff options
author | Umut Tezduyar <umut@tezduyar.com> | 2013-06-09 07:08:46 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-20 22:27:45 +0200 |
commit | 97d0e5f83ba4dd713170f802b90149b7325bc992 (patch) | |
tree | 21bd3c2a72f7d2c352513f1ceaf6ca0505889a4c /src/core/system.conf | |
parent | journalctl: show lines in full with --all (diff) | |
download | systemd-97d0e5f83ba4dd713170f802b90149b7325bc992.tar.xz systemd-97d0e5f83ba4dd713170f802b90149b7325bc992.zip |
manager: add DefaultEnvironment option
This complements existing functionality of setting variables
through 'systemctl set-environment', the kernel command line,
and through normal environment variables for systemd in session
mode.
Diffstat (limited to '')
-rw-r--r-- | src/core/system.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/system.conf b/src/core/system.conf index 508e0f5fa4..f2817bc507 100644 --- a/src/core/system.conf +++ b/src/core/system.conf @@ -25,6 +25,7 @@ #ShutdownWatchdogSec=10min #CapabilityBoundingSet= #TimerSlackNSec= +#DefaultEnvironment= #DefaultLimitCPU= #DefaultLimitFSIZE= #DefaultLimitDATA= |