summaryrefslogtreecommitdiffstats
path: root/systemd/mysqld_percona.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/mysqld_percona.service')
-rw-r--r--systemd/mysqld_percona.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/systemd/mysqld_percona.service b/systemd/mysqld_percona.service
new file mode 100644
index 0000000..7f98750
--- /dev/null
+++ b/systemd/mysqld_percona.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Percona XtraDB Cluster Server
+After=syslog.target network.target
+
+[Service]
+User=mysql
+Group=mysql
+Type=simple
+PIDFile=/run/mysql/mysqld.pid
+ExecStart=/opt/mysql/bin/mysqld --defaults-file=/etc/my.cnf -h /var/lib/mysql --socket=/run/mysql/mysql.sock --pid-file=/run/mysql/mysqld.pid
+#ExecStop=/usr/bin/kill $MAINPID
+RuntimeDirectory=mysql
+
+[Install]
+WantedBy=multi-user.target