download a new image every midnight

This commit is contained in:
Adithya 2024-05-15 00:25:39 +05:30
parent d268275ace
commit 9e771c9424
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -44,7 +44,7 @@ in
WantedBy = [ "default.target" ]; WantedBy = [ "default.target" ];
}; };
Timer = { Timer = {
OnCalendar = "Fri"; OnCalendar = "00:00:00";
Persistent = true; Persistent = true;
}; };
}; };