#!/bin/sh

if test -x /usr/local/bin/startx; then
	exec orphan-reaper -f -- /usr/local/bin/startx "$@"
else
	exec orphan-reaper -f -- /usr/bin/startx "$@"
fi