system/systemd/mysqld_percona.service
Georg 6410fd8d58
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:34:32 +02:00

16 lines
396 B
Desktop File

[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