aboutsummaryrefslogtreecommitdiffstats
path: root/clfs/units/mysqld.service
blob: 3b817253565685d745fe24704dd8b3fcf391a3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=MySQL Server
After=network.target

[Service]
User=mysql
Group=mysql
ExecStart=/usr/sbin/mysqld --pid-file=/run/mysqld/mysqld.pid
Restart=always
PrivateTmp=true

[Install]
WantedBy=multi-user.target