| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| [Unit] |
| Description=MariaDB database server |
| After=syslog.target |
| After=network.target |
|
|
| [Service] |
| Type=simple |
| User=mysql |
| Group=mysql |
| |
| ExecStartPre=/usr/libexec/mariadb-prepare-db-dir %n |
| |
| |
| ExecStart=/usr/bin/mysqld_safe --basedir=/usr |
| ExecStartPost=/usr/libexec/mariadb-wait-ready $MAINPID |
| |
| |
| TimeoutSec=300 |
| |
| |
| PrivateTmp=true |
|
|
| [Install] |
| WantedBy=multi-user.target |