From: Philippe Coval Date: Mon, 16 Jun 2014 15:12:14 +0000 (+0200) Subject: Use system wide environment using login shell X-Git-Tag: accepted/tizen/common/20140616.170328^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F23054%2F1;p=profile%2Fcommon%2Fweston-common.git Use system wide environment using login shell Without /etc/profile is not sourced Change-Id: Icdb251db87812506ca5144a47fb24aaab9bf5d1c Signed-off-by: Philippe Coval --- 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]