summaryrefslogtreecommitdiffstats
path: root/mysqld-wait-ready
diff options
context:
space:
mode:
Diffstat (limited to 'mysqld-wait-ready')
-rw-r--r--mysqld-wait-ready2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqld-wait-ready b/mysqld-wait-ready
index 10e86fe..8fe99ec 100644
--- a/mysqld-wait-ready
+++ b/mysqld-wait-ready
@@ -6,7 +6,7 @@
# Running this as ExecStartPost is useful so that services declared as
# "After mysqld" won't be started until the database is really ready.
-# Service file passes us the daemon's PID
+# Service file passes us the daemon's PID (actually, mysqld_safe's PID)
daemon_pid="$1"
# extract value of a MySQL option from config files