testing python3
This commit is contained in:
parent
f5142440e5
commit
53d3205238
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user