mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
zfs: zpool-import service must be wanted to start
This commit is contained in:
parent
109547b902
commit
a5bed86fa4
@ -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 New Issue
Block a user