Skip to content

Commit

Permalink
Enable evmserver after configuring db and messaging
Browse files Browse the repository at this point in the history
When starting EvmServer after having configured the database and
messaging we should enable the service so it starts on boot
  • Loading branch information
agrare committed Mar 8, 2024
1 parent f75ea38 commit 7eb4bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/appliance_console
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ To modify the configuration, use a web browser to access the management page.
# Start evmserverd if database and/or messaging were set up and we are supposed to run as an evmserver
if changes_requested && database_configuration.run_as_evm_server
say("\nStarting #{I18n.t("product.name")} Server...")
ManageIQ::ApplianceConsole::EvmServer.start
ManageIQ::ApplianceConsole::EvmServer.start(:enable => true)
end

press_any_key
Expand Down

0 comments on commit 7eb4bad

Please sign in to comment.