mysql: update to 5.5.27 and finally switch to systemd.

This commit is contained in:
Juan RP 2012-08-06 07:21:26 +02:00
parent 50e1b7814a
commit 754e6ade81
25 changed files with 139 additions and 287 deletions

View file

@ -0,0 +1,11 @@
[Unit]
Description=MySQL Server
[Service]
User=mysql
ExecStart=/usr/bin/mysqld --user=mysql
ExecStartPost=/usr/lib/systemd/scripts/mysqld-post
Restart=always
[Install]
WantedBy=multi-user.target