aboutsummaryrefslogblamecommitdiffstats
path: root/xorg-xinit/startx
blob: 1f2225bd50554359baec969cf4ff8ef5bc6e1826 (plain) (tree)
1
2
3
4
5
6
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