adding /bin/python

This commit is contained in:
Richie Cahill 2024-05-28 20:05:00 -04:00 committed by Alice Huston
parent 2c22d25316
commit c3475c6c05

View File

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