3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #42077 from woffs/zfs-systemd-dep

nixos/zfs: mount AFTER import
This commit is contained in:
Jörg Thalheim 2018-06-16 01:20:44 +01:00 committed by GitHub
commit b73df5d70c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -431,6 +431,7 @@ in
{
requires = services;
after = services;
wantedBy = [ "zfs.target" ];
};
systemd.targets."zfs".wantedBy = [ "multi-user.target" ];