projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
572f500
)
Description : Added the local PATH to a shell script.
author
wchang 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
patch
|
blob
|
history
diff --git
a/xorg/50-systemd-user.sh
b/xorg/50-systemd-user.sh
index
4d49767
..
1c3627b
100755
(executable)
--- a/
xorg/50-systemd-user.sh
+++ b/
xorg/50-systemd-user.sh
@@
-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