Put the xvfb pidfile in /tmp instead of /root
This commit is contained in:
parent
2eca2c0f40
commit
392db905cb
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
XVFB=/usr/bin/Xvfb
|
XVFB=/usr/bin/Xvfb
|
||||||
XVFBARGS=":99 -ac -screen 0 1024x768x16"
|
XVFBARGS=":99 -ac -screen 0 1024x768x16"
|
||||||
PIDFILE=/root/cucumber_xvfb_99.pid
|
PIDFILE=/tmp/cucumber_xvfb_99.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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue