From 9224d470c03d7a2d2d2beebc13d7412c60d6deb2 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Mon, 16 Jun 2014 17:12:14 +0200 Subject: [PATCH] Use system wide environment using login shell Without /etc/profile is not sourced Change-Id: Icdb251db87812506ca5144a47fb24aaab9bf5d1c Signed-off-by: Philippe Coval --- weston-user.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weston-user.service b/weston-user.service index f15d574..aa29888 100644 --- a/weston-user.service +++ b/weston-user.service @@ -3,7 +3,7 @@ Description=Shared weston session [Service] ExecStartPre=/usr/bin/ln -sf /run/display/wayland-0 /run/user/%U/ -ExecStart=/usr/bin/tz-launcher -c /usr/share/applications/tizen/launcher.conf %h/.applications/desktop +ExecStart=/bin/sh -l -c "/usr/bin/tz-launcher -c /usr/share/applications/tizen/launcher.conf %h/.applications/desktop" EnvironmentFile=/etc/sysconfig/weston-user [Install] -- 2.7.4