Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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'.
- Loading branch information