From 60fee1638a52c85f06aadf67dff35820ca02ea1b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Jun 2021 15:27:10 +0200 Subject: Add startx wrapper that wrapps startx with orphan-reaper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xorg-xinit/startx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 xorg-xinit/startx (limited to 'xorg-xinit/startx') 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 -- cgit v1.2.3-70-g09d2