Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37748373
en ru br
ALT Linux repos
S:10.6.11-alt1.qa1

Group :: Databases
RPM: mariadb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

[Unit]
Description=MariaDB database server
After=syslog.target
After=network.target

[Service]
Type=forking
User=mysql
Group=mysql

ExecStartPre=@dir@/mysqld-prepare-db-dir %n
ExecStart=/usr/sbin/safe_mysqld
#--nowatch
ExecStartPost=@dir@/mysqld-wait-ready $MAINPID

# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=300

# We rely on systemd, not mysqld_safe, to restart mysqld if it dies
Restart=always

[Install]
WantedBy=multi-user.target
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin