testing python3

This commit is contained in:
Richie Cahill 2024-05-28 19:34:14 -04:00 committed by Alice Huston
parent f5142440e5
commit 53d3205238

View File

@ -122,7 +122,7 @@
after = [ "zfs-import.target" ];
serviceConfig = {
Type = "oneshot";
ExecStart = "${pkgs.python}/bin/python -m zfs.snapshot_manager --config-file='/ZFS/Media/Scripts/new/config.toml'";
ExecStart = "${pkgs.python3}/bin/python -m zfs.snapshot_manager --config-file='/ZFS/Media/Scripts/new/config.toml'";
};
};
systemd.timers.snapshot_manager = {