We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f82add commit 8b97de8Copy full SHA for 8b97de8
scripts/start-stop-status.sh
@@ -85,7 +85,7 @@ case $1 in
85
echo " call start.sh." >>$LOG
86
su - ${DAEMON_USER} -s /bin/sh -c "cd ${SYNOPKG_PKGDEST} && ./${ENGINE_SCRIPT} &"
87
if [ $? -ne 0 ]; then echo " FAILED (su)" >>$LOG; exit 1; fi
88
- wait_for_status 0 5
+ wait_for_status 0 30
89
rm -f ${PIDFILE}
90
if [ -n "$SYNOPKG_DSM_VERSION_MAJOR" -a $SYNOPKG_DSM_VERSION_MAJOR -ge 6 ]; then
91
echo $(ps aux | grep "^${DAEMON_USER}.*java" | awk '{print $2}') >>${PIDFILE}
0 commit comments