mysql: update to 5.5.27 and finally switch to systemd.
This commit is contained in:
parent
50e1b7814a
commit
754e6ade81
25 changed files with 139 additions and 287 deletions
11
srcpkgs/mysql/files/mysqld.service
Normal file
11
srcpkgs/mysql/files/mysqld.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue