From ac3efa8ac62b60261d6c101bc98831316523b07a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 15 Jan 2014 15:21:29 +0800 Subject: systemctl: introduce new "import-environment" command This may be used in graphical session start-up scripts to upload environment variables such as $DISPLAY into the systemd manager easily. --- man/systemctl.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'man/systemctl.xml') diff --git a/man/systemctl.xml b/man/systemctl.xml index 13a4444a04..ed1bf4813a 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1190,6 +1190,19 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service specified value. + + import-environment VARIABLE... + + + Import all, one or more environment variables set on + the client into the systemd manager environment block. If + no arguments are passed the entire environment block is + imported. Otherwise a list of one or more environment + variable names should be passed, whose client side values + are then imported into the manager's environment + block. + + -- cgit v1.2.3-54-g00ecf