Skip to content

mxstartup.service: Add explicit network.target dependency #8

Merged
merged 1 commit into from
Nov 2, 2021

Commits on Nov 2, 2021

  1. 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.
    donald committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    b6dc8f8 View commit details
    Browse the repository at this point in the history