mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
v-list-sys-services: detection for official mariadb repo installation
This commit is contained in:
parent
1709e9ae3d
commit
98d8ab7f29
1 changed files with 4 additions and 0 deletions
|
@ -301,6 +301,10 @@ if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'remote' ]; then
|
||||||
service='mariadb'
|
service='mariadb'
|
||||||
proc_name='mariadbd'
|
proc_name='mariadbd'
|
||||||
fi
|
fi
|
||||||
|
if [ -f "/etc/apt/sources.list.d/mariadb.list" ]; then
|
||||||
|
service='mariadb'
|
||||||
|
proc_name='mariadbd'
|
||||||
|
fi
|
||||||
if [ -d "/etc/sysconfig" ]; then
|
if [ -d "/etc/sysconfig" ]; then
|
||||||
service='mysqld'
|
service='mysqld'
|
||||||
proc_name='mysqld'
|
proc_name='mysqld'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue