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: 6653a35faa75
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b46fba45159d
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 13, 2020

  1. nixos/resolved: Include dbus alias of resolved unit

    This will make dbus socket activation for it work
    
    When `systemd-resolved` is restarted; this would lead to unavailability
    of DNS lookups.  You're supposed to use DBUS socket activation to buffer
    resolved requests; such that restarts happen without downtime
    arianvp authored and flokli committed Jun 13, 2020
    Copy the full SHA
    0e18e5d View commit details
    Browse the repository at this point in the history
  2. nixos/networkd: Make activatible through dbus and netlink

    With this systemd buffers netlink messages in early boot from the kernel
    itself; and passes them on to networkd for processing once it's started.
    Makes sure no routing messages are missed.
    
    Also makes an alias so that dbus can activate this unit. Upstream has
    this too.
    arianvp authored and flokli committed Jun 13, 2020
    Copy the full SHA
    cd1deda View commit details
    Browse the repository at this point in the history
  3. nixos/timesyncd: Make dbus-activatible

    Upstream has this alias too; so that dbus activation works.
    What I don't fully understand is why this would ever be useful given
    this unit is already started way in early boot; even before dbus is up.
    But lets just keep behaviour similar to upstream and then ask these
    questions to upstream.
    arianvp authored and flokli committed Jun 13, 2020
    Copy the full SHA
    71a6d32 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #88158 from arianvp/dbus-systemd

    Some systemd fixes revolving dbus and socket activation of systemd services
    flokli committed Jun 13, 2020
    Copy the full SHA
    b46fba4 View commit details
    Browse the repository at this point in the history