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>
Fri, 26 Jan 2024 16:49:49 +0000 (17:49 +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 4d49767..1c3627b 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+
 systemctl --user import-environment DISPLAY XAUTHORITY
 
 if which dbus-update-activation-environment >/dev/null 2>&1; then