full path

This commit is contained in:
Richie Cahill 2024-05-28 19:43:10 -04:00 committed by Alice Huston
parent 6633c4cb72
commit 2c22d25316
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@
"numtide",
"nvme",
"oderwat",
"oneshot",
"pciutils",
"PGID",
"pipewire",

View File

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