From e5862eccac72251aa09bba860782e3e51db4c215 Mon Sep 17 00:00:00 2001 From: wchang kim Date: Fri, 30 Sep 2016 07:17:55 +0900 Subject: [PATCH] tizen: Description : Added the local PATH to a shell script. Adding the local PATH into 50-systemd-user.sh Change-Id: Ic466577a5db001d99a41410c950220cb49f3d55e Signed-off-by: Woochang Kim --- xorg/50-systemd-user.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xorg/50-systemd-user.sh b/xorg/50-systemd-user.sh index fb03ecb..8fa10f8 100755 --- a/xorg/50-systemd-user.sh +++ b/xorg/50-systemd-user.sh @@ -8,6 +8,8 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. +PATH=/bin:/usr/bin:/sbin:/usr/sbin + systemctl --user import-environment DISPLAY XAUTHORITY if command -v dbus-update-activation-environment >/dev/null 2>&1; then -- 2.7.4