summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-08-12 19:38:14 +0200
committerFlorian Klink <flokli@flokli.de>2020-08-13 17:00:24 +0200
commite37941e4e4d76f00b34cf3d1c68ee9ff57bfe1ed (patch)
tree4e83d006e5eb68a44772dadf442bd99187130e40 /nixos/modules/system/boot/systemd.nix
parente2eb3289b0a6ed37d3dd9f4c418b0a46ea15f6e4 (diff)
downloadnixpkgs-e37941e4e4d76f00b34cf3d1c68ee9ff57bfe1ed.tar
nixpkgs-e37941e4e4d76f00b34cf3d1c68ee9ff57bfe1ed.tar.gz
nixpkgs-e37941e4e4d76f00b34cf3d1c68ee9ff57bfe1ed.tar.bz2
nixpkgs-e37941e4e4d76f00b34cf3d1c68ee9ff57bfe1ed.tar.lz
nixpkgs-e37941e4e4d76f00b34cf3d1c68ee9ff57bfe1ed.tar.xz
nixpkgs-e37941e4e4d76f00b34cf3d1c68ee9ff57bfe1ed.tar.zst
nixpkgs-e37941e4e4d76f00b34cf3d1c68ee9ff57bfe1ed.zip
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)
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-rw-r--r--nixos/modules/system/boot/systemd.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index d95f001a225..fbba999d071 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -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"