Merge pull request #25802 from dermetfan/fix-znapzend-autostart

znapzend service: fix autostart
This commit is contained in:
Jörg Thalheim 2017-05-20 14:06:55 +01:00 committed by GitHub
commit 7587a4a4f4

View File

@ -18,6 +18,7 @@ in
systemd.services = {
"znapzend" = {
description = "ZnapZend - ZFS Backup System";
wantedBy = [ "zfs.target" ];
after = [ "zfs.target" ];
path = with pkgs; [ zfs mbuffer openssh ];
@ -28,6 +29,5 @@ in
};
};
};
};
}