chore: don't enable unnecessary zfs services for OpenRC installs

This commit is contained in:
oddlama 2021-11-13 14:42:44 +01:00
parent 69d02963ec
commit 5970601403
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
1 changed files with 0 additions and 2 deletions

View File

@ -352,8 +352,6 @@ EOF
else else
rc-update add zfs-import boot || die "Could not add zfs-import to boot services" rc-update add zfs-import boot || die "Could not add zfs-import to boot services"
rc-update add zfs-mount boot || die "Could not add zfs-mount to boot services" rc-update add zfs-mount boot || die "Could not add zfs-mount to boot services"
rc-update add zfs-share default || die "Could not add zfs-share to default services"
rc-update add zfs-zed default || die "Could not add zfs-zed to default services"
fi fi
fi fi