This commit is contained in:
2026-01-05 12:28:29 +03:00
parent fd1d318d47
commit b6ea091e38
+2 -2
View File
@@ -47,7 +47,7 @@
timerConfig = { timerConfig = {
OnCalendar = "daily"; OnCalendar = "daily";
Persistent = true; Persistent = true;
Unit = "rsync-archive.service"; Unit = "rsync-archivesta.service";
}; };
}; };
rsync-archivesta-lite = { rsync-archivesta-lite = {
@@ -56,7 +56,7 @@
timerConfig = { timerConfig = {
OnCalendar = "weekly"; OnCalendar = "weekly";
Persistent = true; Persistent = true;
Unit = "rsync-archive.service"; Unit = "rsync-archivesta-lite.service";
}; };
}; };
}; };