Details
Description
There are currently no systemd files present in the generic Linux tarballs.
The RPM for CentOS 7 has:
[ec2-user@ip-172-31-19-192 ~]$ rpm -ql MariaDB-server | grep "systemd"
|
/usr/lib/systemd
|
/usr/lib/systemd/system
|
/usr/lib/systemd/system/mariadb.service
|
/usr/share/mysql/systemd
|
/usr/share/mysql/systemd/mariadb.service
|
/usr/share/mysql/systemd/use_galera_new_cluster.conf
|
[ec2-user@ip-172-31-19-192 ~]$ rpm -ql MariaDB-server | grep "galera_new_cluster"
|
/usr/bin/galera_new_cluster
|
/usr/share/mysql/systemd/use_galera_new_cluster.conf
|
But the generic Linux tarballs have none of those files:
[ec2-user@ip-172-31-19-192 ~]$ tar -tzvf mariadb-10.1.12-linux-x86_64.tar.gz | grep "systemd"
|
-rw-r--r-- dbart/my 1126 2016-02-24 09:25 mariadb-10.1.12-linux-x86_64/include/mysql/private/my_systemd.h
|
[ec2-user@ip-172-31-19-192 ~]$ tar -tzvf mariadb-10.1.12-linux-x86_64.tar.gz | grep "galera_new_cluster"
|