Searched refs:systemdsystemunitdir (Results 1 – 1 of 1) sorted by relevance
106 mkdir -p "${initdir}/$systemdsystemunitdir/zfs-import.target.wants"109 if ! [ -L "${initdir}/$systemdsystemunitdir/zfs-import.target.wants/$_service" ]; then110 ln -sf ../$_service "${initdir}/$systemdsystemunitdir/zfs-import.target.wants/$_service"115 inst "${moddir}"/zfs-env-bootfs.service "${systemdsystemunitdir}"/zfs-env-bootfs.service116 …ln -s ../zfs-env-bootfs.service "${initdir}/${systemdsystemunitdir}/zfs-import.target.wants"/zfs-e…122 mkdir -p "${initdir}/$systemdsystemunitdir/initrd.target.wants"124 if ! [ -L "${initdir}/$systemdsystemunitdir/initrd.target.wants"/zfs-import.target ]; then125 …ln -s ../zfs-import.target "${initdir}/$systemdsystemunitdir/initrd.target.wants"/zfs-import.target130 inst "${moddir}/$_service" "${systemdsystemunitdir}/$_service"131 if ! [ -L "${initdir}/$systemdsystemunitdir/initrd.target.wants/$_service" ]; then[all …]