Skip to content

Commit

Permalink
zfs: zed service is now called zfs-zed
Browse files Browse the repository at this point in the history
fixes #25566
  • Loading branch information
Mic92 committed May 7, 2017
1 parent 254b711 commit 6b0d802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/tasks/filesystems/zfs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ in
in listToAttrs (map createImportService dataPools ++ map createSyncService allPools) // {
"zfs-mount" = { after = [ "systemd-modules-load.service" ]; };
"zfs-share" = { after = [ "systemd-modules-load.service" ]; };
"zed" = { after = [ "systemd-modules-load.service" ]; };
"zfs-zed" = { after = [ "systemd-modules-load.service" ]; };
};

systemd.targets."zfs-import" =
Expand Down

0 comments on commit 6b0d802

Please sign in to comment.