🔒 Repository is read-only – file editing is disabled.
12345678910111213
[Unit]
Description=MySQL Server
After=network.target
[Service]
User=mysql
Group=mysql
ExecStart=/usr/bin/mysqld --pid-file=/run/mysqld/mysqld.pid
Restart=always
PrivateTmp=true
[Install]
WantedBy=multi-user.target