bundles/zfs: fix dependencies

This commit is contained in:
Franzi 2025-04-23 11:05:48 +02:00
parent 3ec701b2b6
commit 3d643efe0f
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -67,6 +67,7 @@ svc_systemd = {
'file:/etc/systemd/system/zfs-import-scan.service.d/bundlewrap.conf', 'file:/etc/systemd/system/zfs-import-scan.service.d/bundlewrap.conf',
}, },
'after': { 'after': {
'bundle:dm-crypt', # might unlock disks
'pkg_apt:', 'pkg_apt:',
}, },
'before': { 'before': {
@ -83,6 +84,7 @@ svc_systemd = {
}, },
'zfs-mount.service': { 'zfs-mount.service': {
'after': { 'after': {
'bundle:dm-crypt', # might unlock disks
'pkg_apt:', 'pkg_apt:',
}, },
}, },