#!/bin/sh [ -r ./conf ] && . ./conf [ -z $SKIP_X11_TEST ] && ! ps -C Xorg >/dev/null 2>&1 && exit 0 exec barriers --no-daemon ${OPTS:=--restart}