aboutsummaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rwxr-xr-xservice5
1 files changed, 1 insertions, 4 deletions
diff --git a/service b/service
index d47f2ac9..4a5992b1 100755
--- a/service
+++ b/service
@@ -60,11 +60,8 @@ while [ $# -gt 0 ]; do
esac
done
-if test -x /usr/bin/selinuxenabled && `/usr/bin/selinuxenabled`; then
- 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}
+ env -i LANG=$LANG PATH=$PATH TERM=$TERM "${SERVICEDIR}/${SERVICE}" ${OPTIONS}
else
echo $"${SERVICE}: unrecognized service" >&2
exit 1