Description : Added the local PATH to a shell script.
authorwchang kim <wchang.kim@samsung.com>
Thu, 29 Sep 2016 22:17:55 +0000 (07:17 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 6 Mar 2024 15:08:18 +0000 (16:08 +0100)
Adding the local PATH into 50-systemd-user.sh

Change-Id: Ic466577a5db001d99a41410c950220cb49f3d55e
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
xorg/50-systemd-user.sh

index fb03ecb..8fa10f8 100755 (executable)
@@ -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