From 97d0e5f83ba4dd713170f802b90149b7325bc992 Mon Sep 17 00:00:00 2001 From: Umut Tezduyar Date: Sun, 9 Jun 2013 07:08:46 +0200 Subject: 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. --- man/systemd-system.conf.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'man/systemd-system.conf.xml') diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index d8bfd1279d..5886855407 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -262,6 +262,27 @@ too. + + DefaultEnvironment= + + Sets systemd manager + environment variables for executed + processes. Takes a space-separated + list of variable assignments. + + + Example: + Environment="VAR1=word1 word2" VAR2=word3 "VAR3=word 5 6" + gives three variables VAR1, + VAR2, VAR3. + + + + See + environ7 + for details about environment variables. + + DefaultLimitCPU= DefaultLimitFSIZE= -- cgit v1.2.3-54-g00ecf