From 1aaf71daa5f61b8dea14047b17ccf5c425bf497e Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Thu, 2 Apr 2015 16:05:06 +0900 Subject: system-plugin: Generate tizen environment service file Some important daemons need system-level shared environment variables such as DISPLAY. For this purpose, this patch generates the Environment file for system daemon. Change-Id: I995852d6537fbe6932ffff801b5f9e28635a76f4 Signed-off-by: Sangjung Woo --- units/tizen-system-env.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 units/tizen-system-env.service (limited to 'units') diff --git a/units/tizen-system-env.service b/units/tizen-system-env.service new file mode 100644 index 0000000..dc4e188 --- /dev/null +++ b/units/tizen-system-env.service @@ -0,0 +1,11 @@ +[Unit] +Description=Generate environment from /etc/profile.d +DefaultDependencies=no +Before=basic.target + +[Service] +Type=oneshot +ExecStart=/usr/bin/env -i sh -c 'source /etc/profile; env | /bin/egrep -v "^(HOME|PWD|SHLVL|_|USER|MAIL|LOGNAME)=" > /run/tizen-system-env' + +[Install] +WantedBy=basic.target -- cgit v1.2.3