forked from pool/mariadb
- Updating to 10.0 branch of MariaDB
* https://mariadb.com/kb/en/what-is-mariadb-100/ - Many additional fixes like basic systemd support OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=145
This commit is contained in:
committed by
Git OBS Bridge
parent
6ae207407d
commit
178f6407c7
12
mysql.service
Normal file
12
mysql.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=MySQL server
|
||||
Wants=basic.target
|
||||
After=basic.target network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/lib/mysql/rcmysql start
|
||||
ExecStop=/usr/lib/mysql/rcmysql stop
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user