mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
374 B
20 lines
374 B
3 years ago
|
[Unit]
|
||
|
Description=MySQL Server
|
||
|
After=network.service
|
||
|
|
||
|
[Service]
|
||
|
User=mysql
|
||
|
Group=mysql
|
||
|
Type=forking
|
||
|
ExecStart={$SERVER_PATH}/mysql/bin/mysqld --defaults-file={$SERVER_PATH}/mysql/etc/my.cnf --daemonize
|
||
|
TimeoutSec=0
|
||
|
PermissionsStartOnly=true
|
||
|
LimitNOFILE=5000
|
||
|
Restart=on-failure
|
||
|
RestartSec=10
|
||
|
RestartPreventExitStatus=1
|
||
|
PrivateTmp=false
|
||
|
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|