Return to install.pl CVS log | Up to [LON-CAPA] / doc / install / linux |
version 1.82, 2021/12/21 16:05:45 | version 1.83, 2023/04/28 19:33:48 |
---|---|
Line 641 sub check_mysql_running { | Line 641 sub check_mysql_running { |
$proc_owner = 'mysql'; | $proc_owner = 'mysql'; |
$use_systemctl = 1; | $use_systemctl = 1; |
} | } |
if ($1 >= 9) { | |
$process = 'mariadb'; | |
} | |
} elsif ($distro =~ /^sles(\d+)/) { | } elsif ($distro =~ /^sles(\d+)/) { |
if ($1 >= 12) { | if ($1 >= 12) { |
$use_systemctl = 1; | $use_systemctl = 1; |