void-packages/srcpkgs/barrier/files/barriers/run
John 4f2fe5ce92 New package: barrier-2.1.1
Closes #14707.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-26 14:20:05 +02:00

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}