zfs: zpool-import service must be wanted to start
This commit is contained in:
parent
109547b902
commit
a5bed86fa4
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ in
|
|||
systemd.services."zpool-import" = {
|
||||
description = "Import zpools";
|
||||
after = [ "systemd-udev-settle.service" ];
|
||||
wantedBy = [ "local-fs.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
|
|
Loading…
Reference in a new issue