Skip to content

Commit 0464ca5

Browse files
author
Kristan Kenney
committed
Fix detection of MariaDB
1 parent 9629c3d commit 0464ca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/v-list-sys-services

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'remote' ]; then
230230
fi
231231
if [ -e "/usr/lib/systemd/system/mariadb.service" ]; then
232232
service='mariadb'
233+
proc_name='mysqld'
233234
fi
234235
fi
235236
if [ "$service" == 'pgsql' ]; then

0 commit comments

Comments
 (0)