mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:57:14 +08:00
17 lines
264 B
Desktop File
17 lines
264 B
Desktop File
[Unit]
|
|
Description=MariaDB database server
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
User=mysql
|
|
Group=mysql
|
|
|
|
ExecStart=/usr/bin/mysqld --pid-file=/run/mysqld/mysqld.pid
|
|
ExecStartPost=/usr/bin/mysqld-post
|
|
|
|
Restart=always
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|