Skip to content

Fix mxstartup problems #6

Merged
merged 3 commits into from Jan 4, 2019
Merged

Fix mxstartup problems #6

merged 3 commits into from Jan 4, 2019

Commits on Jan 3, 2019

  1. Remove mxstartup-mxvip service

    This is not needed as a service, because mxstartupctl from
    mxstartup-classic.service calls `mxvipctl start` by itself.
    
    Remove this service.
    donald committed Jan 3, 2019
    Copy the full SHA
    7270e3b View commit details
    Browse the repository at this point in the history
  2. mxservicectl: Continue after systemctl start error

    If `systemctl start SERVICE` fails for whatever reasons,
    mxservicectl, which is running with the -e option, immediately
    exits with a non-zero exit status and doesn't attempt to
    start later mxstartup services.
    
    The exist status will also be the final exit status
    of mxstartupctl. If mxstartupctl has been called from
    mxstartup-classic.service, the service startup is regarded
    as a failure and systemd kills all processes in the group,
    which terminates all previously started mxstartup services.
    
    Ignore exit status from `systemctl start SERVICE'.
    donald committed Jan 3, 2019
    Copy the full SHA
    b37a798 View commit details
    Browse the repository at this point in the history
  3. Rename mxstartup-classic.service to mxstartup.service

    The -classic postfix does no longer make any sense, because
    we removed the other mxstartup related units.
    donald committed Jan 3, 2019
    Copy the full SHA
    7dd182d View commit details
    Browse the repository at this point in the history