summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-08-16 17:17:18 +0200
committerGitHub <noreply@github.com>2020-08-16 17:17:18 +0200
commit36a162edc3e74d198c37bf9217afada8d52de932 (patch)
treec5814c00814c557884dc734b1f4ed262ef8e8e9b /nixos
parent15affbfbd590275e9d123644b706436d285fd358 (diff)
parente37941e4e4d76f00b34cf3d1c68ee9ff57bfe1ed (diff)
downloadnixpkgs-36a162edc3e74d198c37bf9217afada8d52de932.tar
nixpkgs-36a162edc3e74d198c37bf9217afada8d52de932.tar.gz
nixpkgs-36a162edc3e74d198c37bf9217afada8d52de932.tar.bz2
nixpkgs-36a162edc3e74d198c37bf9217afada8d52de932.tar.lz
nixpkgs-36a162edc3e74d198c37bf9217afada8d52de932.tar.xz
nixpkgs-36a162edc3e74d198c37bf9217afada8d52de932.tar.zst
nixpkgs-36a162edc3e74d198c37bf9217afada8d52de932.zip
Merge pull request #95342 from flokli/systemd-initctl
nixos/systemd: don't try to install systemd-initctl.{service,socket}
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 77a54de4ade..96304ff6cec 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"