mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 14:24:36 +08:00
15 lines
209 B
SYSTEMD
15 lines
209 B
SYSTEMD
|
mysqld.service
|
||
|
===========
|
||
|
|
||
|
[Unit]
|
||
|
Description=MySQL Server
|
||
|
|
||
|
[Service]
|
||
|
User=mysql
|
||
|
ExecStart=/usr/bin/mysqld --user=mysql
|
||
|
ExecStartPost=/usr/bin/mysqld-post
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|