mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 19:47:13 +08:00
12 lines
181 B
Desktop File
12 lines
181 B
Desktop File
[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
|