diff options
Diffstat (limited to 'xorg-xinit/startx')
-rwxr-xr-x | xorg-xinit/startx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xorg-xinit/startx b/xorg-xinit/startx new file mode 100755 index 0000000..1f2225b --- /dev/null +++ b/xorg-xinit/startx @@ -0,0 +1,7 @@ +#!/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 |