Projects
home:Eustace:branches:Eulaceura:Factory
mysql
_service:obs_scm:mysql-wait-stop.sh
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:mysql-wait-stop.sh of Package mysql
#!/bin/sh source "`dirname ${BASH_SOURCE[0]}`/mysql-scripts-common" # This script waits for mysqld to be properly stopped # (which can be many seconds in some large load). # Running this as ExecStopPost is useful so that starting which is done # as part of restart doesn't see the former process still running. # Wait for the server to properly end the main server ret=0 TIMEOUT=60 SECONDS=0 if ! [ -f "$pidfile" ]; then exit 0 fi MYSQLPID=`cat "$pidfile" 2>/dev/null` if [ -z "$MYSQLPID" ] ; then exit 2 fi while /bin/true; do # Check process still exists if ! [ -d "/proc/${MYSQLPID}" ] ; then break fi if [ $SECONDS -gt $TIMEOUT ] ; then ret=3 break fi sleep 1 done exit $ret
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2