Searched refs:systemdsystemunitdir (Results 1 – 1 of 1) sorted by relevance
97 mkdir -p "${initdir}/$systemdsystemunitdir/zfs-import.target.wants"100 …if ! [ -L "${initdir}/$systemdsystemunitdir/zfs-import.target.wants"/zfs-import-$_item.service ]; …101 …ln -s ../zfs-import-$_item.service "${initdir}/$systemdsystemunitdir/zfs-import.target.wants"/zfs-…105 inst "${moddir}"/zfs-env-bootfs.service "${systemdsystemunitdir}"/zfs-env-bootfs.service106 …ln -s ../zfs-env-bootfs.service "${initdir}/${systemdsystemunitdir}/zfs-import.target.wants"/zfs-e…110 mkdir -p "${initdir}/$systemdsystemunitdir/initrd.target.wants"112 if ! [ -L "${initdir}/$systemdsystemunitdir/initrd.target.wants"/zfs-import.target ]; then113 …ln -s ../zfs-import.target "${initdir}/$systemdsystemunitdir/initrd.target.wants"/zfs-import.target117 inst "${moddir}"/$_service "${systemdsystemunitdir}"/$_service118 if ! [ -L "${initdir}/$systemdsystemunitdir/initrd.target.wants"/$_service ]; then[all …]