Skip to content

Commit

Permalink
fix: jans-linux-setup enable mysqld on boot for el8 (#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Dec 29, 2022
1 parent 5f7b58e commit 30d082a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jans-linux-setup/jans_setup/setup_app/installers/rdbm.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def local_install(self):
self.enable('mariadb')
elif base.clone_type == 'rpm':
self.restart('mysqld')
self.enable('mysqld')
result, conn = self.dbUtils.mysqlconnection(log=False)
if not result:
sql_cmd_list = [
Expand Down

0 comments on commit 30d082a

Please sign in to comment.