Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxstartup.service: Add explicit network.target dependency
Currently mxstartup.service has a After dependency on nis.service and nis.service has a After dependency on network.target, so we have an implied After dependency on network.target. We need to have the network to start mxstartup services. We are going to disable and remove nis.service, so we can no longer depend on the implied dependency. Add After dependency on network.target. Remove dependency on nis.service.
- Loading branch information