summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-dmsetup/module-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/slx-dmsetup/module-setup.sh')
-rwxr-xr-xmodules.d/slx-dmsetup/module-setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules.d/slx-dmsetup/module-setup.sh b/modules.d/slx-dmsetup/module-setup.sh
index 3bbbd8f3..99c1adf2 100755
--- a/modules.d/slx-dmsetup/module-setup.sh
+++ b/modules.d/slx-dmsetup/module-setup.sh
@@ -15,9 +15,9 @@ install() {
inst_simple "${moddir}/services/${_name}.service" \
"${systemdsystemunitdir}/${_name}.service"
mkdir --parents \
- "${initdir}/${systemdsystemunitdir}/initrd.target.requires"
+ "${initdir}/${systemdsystemunitdir}/initrd.target.wants"
ln_r "${systemdsystemunitdir}/${_name}.service" \
- "${systemdsystemunitdir}/initrd.target.requires/${_name}.service"
+ "${systemdsystemunitdir}/initrd.target.wants/${_name}.service"
inst_multiple blockdev xxd \
mkfs.ext4 resize2fs \