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