systemd: correct path to modprobe@.service

The unit hard-codes a path to modprobe which is obviously invalid.
This commit is contained in:
Graham Christensen 2021-03-09 11:41:02 -05:00
parent d6eb2044a7
commit e7d9750b5c
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

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; \