Replace deprecated OnCalendar option with startAt

This commit is contained in:
2021-07-30 21:53:58 +01:00
parent 7083d475db
commit b3b590dbf3

View File

@@ -16,7 +16,7 @@ in {
ls | xargs -P10 -I{} git -C {} pull --rebase ls | xargs -P10 -I{} git -C {} pull --rebase
''; '';
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
OnCalendar = "22:00:00"; startAt = "22:00:00";
}; };
# PostgreSQL daily backups # PostgreSQL daily backups