Merge pull request #115584 from grahamc/systemd-modprobe-service
systemd: add the modprobe service
This commit is contained in:
commit
7db55b3aa5
@ -84,6 +84,7 @@ let
|
|||||||
# Kernel module loading.
|
# Kernel module loading.
|
||||||
"systemd-modules-load.service"
|
"systemd-modules-load.service"
|
||||||
"kmod-static-nodes.service"
|
"kmod-static-nodes.service"
|
||||||
|
"modprobe@.service"
|
||||||
|
|
||||||
# Filesystems.
|
# Filesystems.
|
||||||
"systemd-fsck@.service"
|
"systemd-fsck@.service"
|
||||||
|
@ -415,6 +415,7 @@ stdenv.mkDerivation {
|
|||||||
src/shared/generator.c \
|
src/shared/generator.c \
|
||||||
src/shutdown/shutdown.c \
|
src/shutdown/shutdown.c \
|
||||||
units/emergency.service.in \
|
units/emergency.service.in \
|
||||||
|
units/modprobe@.service \
|
||||||
units/rescue.service.in \
|
units/rescue.service.in \
|
||||||
units/systemd-logind.service.in \
|
units/systemd-logind.service.in \
|
||||||
units/systemd-nspawn@.service.in; \
|
units/systemd-nspawn@.service.in; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user