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)
This commit is contained in:
Florian Klink 2020-08-12 19:38:14 +02:00
parent 2f9d719061
commit 4f7636dafc

View File

@ -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"