summary refs log tree commit diff
path: root/nixos
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 20:51:39 +0200
commit4f7636dafc0e69f36765bd0cd4e62238407a343f (patch)
treeb3205f63626bbc18c427baac320228bb2a2a3ce0 /nixos
parent2f9d71906197789b75e28e5350ad4d62a4026344 (diff)
downloadnixpkgs-4f7636dafc0e69f36765bd0cd4e62238407a343f.tar
nixpkgs-4f7636dafc0e69f36765bd0cd4e62238407a343f.tar.gz
nixpkgs-4f7636dafc0e69f36765bd0cd4e62238407a343f.tar.bz2
nixpkgs-4f7636dafc0e69f36765bd0cd4e62238407a343f.tar.lz
nixpkgs-4f7636dafc0e69f36765bd0cd4e62238407a343f.tar.xz
nixpkgs-4f7636dafc0e69f36765bd0cd4e62238407a343f.tar.zst
nixpkgs-4f7636dafc0e69f36765bd0cd4e62238407a343f.zip
nixos/systemd: don't try to install systemd-initctl.{service,socket}
These are now 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')
-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 bf65b58b3ea..4d064cf17a8 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"