systemd: correct path to modprobe@.service
The unit hard-codes a path to modprobe which is obviously invalid.
This commit is contained in:
parent
d6eb2044a7
commit
e7d9750b5c
1 changed files with 1 additions and 0 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue