mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
MDEV-11964 Add missing stub manpages
This commit is contained in:
parent
07d89fa59c
commit
18de829618
8 changed files with 353 additions and 0 deletions
20
man/mariadb-service-convert.1
Normal file
20
man/mariadb-service-convert.1
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
'\" t
|
||||
.\"
|
||||
.TH "\FBMARIADB-SERVICE-CONVERT\FR" "1" "26 January 2017" "MariaDB 10\&.1" "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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue