bundles/zfs: fix dependencies
This commit is contained in:
parent
3ec701b2b6
commit
3d643efe0f
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,7 @@ svc_systemd = {
|
|||
'file:/etc/systemd/system/zfs-import-scan.service.d/bundlewrap.conf',
|
||||
},
|
||||
'after': {
|
||||
'bundle:dm-crypt', # might unlock disks
|
||||
'pkg_apt:',
|
||||
},
|
||||
'before': {
|
||||
|
@ -83,6 +84,7 @@ svc_systemd = {
|
|||
},
|
||||
'zfs-mount.service': {
|
||||
'after': {
|
||||
'bundle:dm-crypt', # might unlock disks
|
||||
'pkg_apt:',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue