Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 3d436409bcb5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 037157080799
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 5, 2018

  1. dhcpcd service: order before network target

    This reverts a change applied in PR #18491. When interfaces are
    configured by DHCP (typical in a cloud environment), ordering after
    network.target cause trouble to applications expecting some network to
    be present on boot (for example, cloud-init is quite brittle when
    network hasn't been configured for `cloud-init.service`) and on
    shutdown (for example, collectd needs to flush metrics on shutdown).
    
    When ordering after network.target, we ensure applications relying on
    network.target won't have any network reachability on boot and
    potentially on shutdown.
    
    Therefore, I think ordering before network.target is better.
    vincentbernat committed Aug 5, 2018
    1 Configuration menu
    Copy the full SHA
    48f7778 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Merge pull request #44524 from vincentbernat/fix/dhcpcd-systemd

    dhcpcd service: order before network target
    fpletz committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    0371570 View commit details
    Browse the repository at this point in the history