- upgrade to support mariadb 11.4 [SME: 12930] move mariadb-upgrade to mysql.init unit, remove duplicate in 00_restore_dumped_dbs and 10mysql_upgrade add our tmp.d add post action dnf script update mariadb.service.d/ content set default to utfmb4 - TODO mysql.dump filtering [SME: 12592] - TODO feedback plugin [SME: 12897] * Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme - prestart script requires daemontools bins [SME: 12566]
21 lines
435 B
Desktop File
21 lines
435 B
Desktop File
[Unit]
|
|
Description=Koozali SME Server mysql DB injector for mariadb
|
|
After=mariadb.service
|
|
Requires=mariadb.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Restart=no
|
|
TimeoutSec=10min
|
|
IgnoreSIGPIPE=no
|
|
KillMode=process
|
|
GuessMainPID=no
|
|
RemainAfterExit=yes
|
|
ExecStart=-/usr/bin/mariadb-upgrade
|
|
ExecStart=/sbin/e-smith/systemd/mysql.init start
|
|
ExecStop=/sbin/e-smith/systemd/mysql.init stop
|
|
SyslogIdentifier=mysql.init
|
|
|
|
[Install]
|
|
WantedBy=sme-server.target
|