mysql: fix start script for /run on separate tmpfs
authorArnout Vandecappelle <arnout@mind.be>
Fri, 11 Dec 2015 21:52:47 +0000 (22:52 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 12 Dec 2015 11:03:55 +0000 (12:03 +0100)
commit8ff54bb7a48dc6b0705a382b56159d86b2f1c7e5
treeacc16e8bad5f0a232d68e9e5abfc7d31f8c8461f
parentbada891fdb3117aab62e29c1680c28df0718168d
mysql: fix start script for /run on separate tmpfs

Recently the default skeleton was changed to have /run as a separate
tmpfs instead of a symlink to /tmp. /run is not world-writable, but
mysqld tries to write its PID file as user mysql. Therefore, it fails
to start.

To fix, create /run/mysql and give it to user mysql.

While we're at it, change the paths to /run instead of /var/run.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mysql/S97mysqld