mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Mariadb has scheduled to remove the deprecated mysql drop-in interface. Let's adapt which also removes a lot of warnings while spinning up the service.
2 lines
45 B
Bash
Executable file
2 lines
45 B
Bash
Executable file
#!/bin/bash
|
|
exec mariadb-admin ping --silent
|