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: c2c39a29f6e7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 725fcdef3f67
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 17, 2018

  1. Fix hostapd's place in systemd dependency tree. (#45464)

    * nat/bind/dhcp.service:
      Remove. Those services have nothing to do with a link-level service.
    
    * sys-subsystem-net-devices-${if}.device:
      Add as BindsTo dependency as this will make hostapd stop when the
      device is unplugged.
    
    * network-link-${if}.service:
      Add hostapd as dependency for this service via requiredBy clause,
      so that the network link is only considered to be established
      only after hostapd has started.
    
    * network.target:
      Remove this from wantedBy clause as this is already implied from
      dependencies stacked above hostapd. And if it's not implied than
      starting hostapd is not required for this particular network
      configuration.
    clefru authored and qknight committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    725fcde View commit details
    Browse the repository at this point in the history