mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
20 lines
948 B
Groff
20 lines
948 B
Groff
'\" t
|
|
.\"
|
|
.TH "\FBMARIADB-SERVICE-CONVERT\FR" "1" "15 May 2020" "MariaDB 10\&.6" "MariaDB Database System"
|
|
.\" -----------------------------------------------------------------
|
|
.\" * set default formatting
|
|
.\" -----------------------------------------------------------------
|
|
.\" disable hyphenation
|
|
.nh
|
|
.\" disable justification (adjust text to left margin only)
|
|
.ad l
|
|
.SH NAME
|
|
mariadb-service-convert \- generate a mariadb.service file based on the current mysql/mariadb settings
|
|
.SH DESCRIPTION
|
|
Use: Generate a mariadb.service file based on the current mysql/mariadb settings\.
|
|
This is to assist distro maintainers in migrating to systemd service definations from
|
|
a user mysqld_safe settings in the my.cnf files\.
|
|
.PP
|
|
Redirect output to user directory like /etc/systemd/system/mariadb.service.d/migrated-from-my.cnf-settings.conf
|
|
.PP
|
|
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
|