Merge pull request #115584 from grahamc/systemd-modprobe-service

systemd: add the modprobe service
This commit is contained in:
Florian Klink 2021-03-09 22:12:25 +01:00 committed by GitHub
commit 7db55b3aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,7 @@ let
# Kernel module loading.
"systemd-modules-load.service"
"kmod-static-nodes.service"
"modprobe@.service"
# Filesystems.
"systemd-fsck@.service"

View File

@ -415,6 +415,7 @@ stdenv.mkDerivation {
src/shared/generator.c \
src/shutdown/shutdown.c \
units/emergency.service.in \
units/modprobe@.service \
units/rescue.service.in \
units/systemd-logind.service.in \
units/systemd-nspawn@.service.in; \