mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 08:57:14 +08:00
15 lines
209 B
Desktop File
15 lines
209 B
Desktop File
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
|