bundles/zfs: ensure some targets are started on arch linux
This commit is contained in:
parent
c7e5002f17
commit
0082d3e014
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ if node.os == 'debian':
|
|||
'comment': 'If this fails, do a dist-upgrade, reinstall zfs-dkms, reboot',
|
||||
},
|
||||
}
|
||||
elif node.os == 'arch':
|
||||
for service in ('zfs-import-scan.service', 'zfs-mount.service'):
|
||||
svc_systemd[service] = {}
|
||||
for service in ('zfs.target', 'zfs-import.target'):
|
||||
svc_systemd[service] = {'running': None}
|
||||
|
||||
files = {
|
||||
'/etc/modprobe.d/zfs.conf': {
|
||||
|
|
Loading…
Reference in a new issue