From 78894537e047690f074c5067989517acc1b3c40e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 20 Jun 2013 23:31:21 +0200 Subject: [PATCH] man: fix example for DefaultEnvironment= The example mentioned Environment= rather than DefaultEnvironment=. Also made some other clean-ups. --- man/systemd-system.conf.xml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 588685540..48d02269c 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -265,22 +265,23 @@ DefaultEnvironment= - Sets systemd manager - environment variables for executed - processes. Takes a space-separated - list of variable assignments. - + Sets manager + environment variables passed to all + executed processes. Takes a + space-separated list of variable + assignments. See + environ7 + for details about environment + variables. Example: - Environment="VAR1=word1 word2" VAR2=word3 "VAR3=word 5 6" - gives three variables VAR1, - VAR2, VAR3. - - - See - environ7 - for details about environment variables. + DefaultEnvironment="VAR1=word1 word2" VAR2=word3 "VAR3=word 5 6" + + Sets three variables + VAR1, + VAR2, + VAR3. @@ -323,7 +324,8 @@ See Also systemd1, - systemd.directives7 + systemd.directives7, + environ7 -- 2.30.2