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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 15affbfbd590
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 36a162edc3e7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 13, 2020

  1. nixos/systemd: don't try to install systemd-initctl.{service,socket}

    Since systemd 246, these are only installed by systemd if
    HAVE_SYSV_COMPAT is true, which only is the case if you set
    sysvinit-path and sysvrcnd-path (which we explicitly unset in the
    systemd derivation for quite some time)
    flokli committed Aug 13, 2020
    Copy the full SHA
    e37941e View commit details

Commits on Aug 16, 2020

  1. Merge pull request #95342 from flokli/systemd-initctl

    nixos/systemd: don't try to install systemd-initctl.{service,socket}
    flokli authored Aug 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    36a162e View commit details
Showing with 0 additions and 4 deletions.
  1. +0 −4 nixos/modules/system/boot/systemd.nix
4 changes: 0 additions & 4 deletions nixos/modules/system/boot/systemd.nix
Original file line number Diff line number Diff line change
@@ -81,10 +81,6 @@ let
"systemd-coredump.socket"
"systemd-coredump@.service"

# SysV init compatibility.
"systemd-initctl.socket"
"systemd-initctl.service"

# Kernel module loading.
"systemd-modules-load.service"
"kmod-static-nodes.service"