4f2fe5ce92
Closes #14707. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
4 lines
145 B
Bash
Executable file
4 lines
145 B
Bash
Executable file
#!/bin/sh
|
|
[ -r ./conf ] && . ./conf
|
|
[ -z $SKIP_X11_TEST ] && ! ps -C Xorg >/dev/null 2>&1 && exit 0
|
|
exec barriers --no-daemon ${OPTS:=--restart}
|