full path
This commit is contained in:
parent
6633c4cb72
commit
2c22d25316
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -72,6 +72,7 @@
|
|||||||
"numtide",
|
"numtide",
|
||||||
"nvme",
|
"nvme",
|
||||||
"oderwat",
|
"oderwat",
|
||||||
|
"oneshot",
|
||||||
"pciutils",
|
"pciutils",
|
||||||
"PGID",
|
"PGID",
|
||||||
"pipewire",
|
"pipewire",
|
||||||
|
@ -122,7 +122,7 @@
|
|||||||
after = [ "zfs-import.target" ];
|
after = [ "zfs-import.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
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" = {
|
timers."snapshot_manager" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user