zfs: zpool-import service must be wanted to start

This commit is contained in:
William A. Kennington III 2014-10-11 01:53:24 -07:00
parent 109547b902
commit a5bed86fa4

View File

@ -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;