Remove default

This commit is contained in:
Kevin Sawicki 2017-07-21 14:37:06 -07:00 committed by Aleksei Kuzmin
parent f1036f7305
commit b407834ed7

View file

@ -1,6 +1,6 @@
XVFB=/usr/bin/Xvfb XVFB=/usr/bin/Xvfb
XVFBARGS="$DISPLAY -ac -screen 0 1024x768x16 +extension RANDR" XVFBARGS="$DISPLAY -ac -screen 0 1024x768x16 +extension RANDR"
PIDFILE=/var/xvfb_${DISPLAY:1}.pid PIDFILE=/var/xvfb_$DISPLAY.pid
case "$1" in case "$1" in
start) start)
echo -n "Starting virtual X frame buffer: Xvfb" echo -n "Starting virtual X frame buffer: Xvfb"