aboutsummaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rwxr-xr-xservice2
1 files changed, 1 insertions, 1 deletions
diff --git a/service b/service
index 5e14a0e1..d47f2ac9 100755
--- a/service
+++ b/service
@@ -61,7 +61,7 @@ while [ $# -gt 0 ]; do
done
if test -x /usr/bin/selinuxenabled && `/usr/bin/selinuxenabled`; then
- SELINUX_RUN_INIT="DISPLAY=$DISPLAY HOME=$HOME XAUTHORITY=$XAUTHORITY /usr/bin/run_init"
+ SELINUX_RUN_INIT="DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY /usr/bin/run_init"
fi
if [ -x "${SERVICEDIR}/${SERVICE}" ]; then
env -i LANG=$LANG PATH=$PATH TERM=$TERM $SELINUX_RUN_INIT "${SERVICEDIR}/${SERVICE}" ${OPTIONS}