Skip to content

Start named before mxstartup #36

Merged
merged 2 commits into from
Mar 29, 2018
Merged

Start named before mxstartup #36

merged 2 commits into from
Mar 29, 2018

Commits on Mar 29, 2018

  1. Import existing named.service unit file into repository

    named.service is used on wtf only to start the bind named.
    
    The ConditionPathExists=/node/startup-hostname/wtf is a workaround,
    because we are running on an early systemd version which doesn't yet
    support ConditionHost.
    donald committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    fba3fad View commit details
    Browse the repository at this point in the history
  2. named.service: Run before mxstartup-mxvip.service

    If _wtf_ is started when the Internet is not available, unbound is
    unable to verify DNSSEC and libc will fall back to query the bind named
    on 141.14.16.1, which should be able to resolve local names.
    
    Experiments showed however, that sometimes mxstartup is executed on
    _wtf_ before the bind nameserver has started. This can lead
    to name resolution failures and mxstartup services startup failures,
    if these have ip addresses configured by name.
    
    Add startup contraint to start named before mxstartup.
    donald committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    3f7674b View commit details
    Browse the repository at this point in the history