Skip to content

Commit

Permalink
Handle mailman systemd service in separate action
Browse files Browse the repository at this point in the history
We will now skip any interactions with the mailman service if
it is not active at the start of the conversion.
By default, mailman is not configured and the service will fail to start.
Therefore, attempts to start it during the revert or finishing stage
will also fail.
  • Loading branch information
Mikhail Sandakov committed Sep 30, 2024
1 parent c56cbec commit c5ec9a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cloudlinux7to8/upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def construct_actions(
],
"Handle plesk related services": [
common_actions.DisablePleskRelatedServicesDuringUpgrade(),
common_actions.DisableServiceDuringUpgrade("mailman.service"),
common_actions.HandlePleskFirewallService(),
],
"Handle packages and services": [
Expand Down

0 comments on commit c5ec9a7

Please sign in to comment.