projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0949d3e
)
eg-updater defaults to 20 second service start wait time
author
Bill Erickson
<berickxx@gmail.com>
Wed, 10 Feb 2016 16:55:02 +0000
(11:55 -0500)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000
(15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/admin-scripts/eg-updater.sh
patch
|
blob
|
history
diff --git
a/KCLS/admin-scripts/eg-updater.sh
b/KCLS/admin-scripts/eg-updater.sh
index
5cc37c3
..
51b436f
100755
(executable)
--- a/
KCLS/admin-scripts/eg-updater.sh
+++ b/
KCLS/admin-scripts/eg-updater.sh
@@
-13,7
+13,7
@@
PING_FILE="/openils/var/web/ping.txt"
XUL_DIR="/openils/var/web/xul"
XULRUNNER_VERSION="14.0.1"
DETACH_SLEEP=30
-START_SLEEP=
1
0
+START_SLEEP=
2
0
CONFIGURE_OPS="--prefix=/openils --sysconfdir=/openils/conf --with-dbi=/usr/lib/x86_64-linux-gnu/dbd"
RUNNER=$(whoami)
OWNER=$(stat -c %U $EVERGREEN_BASE);