Replace deprecated OnCalendar option with startAt

This commit is contained in:
coolneng 2021-07-30 21:53:58 +01:00
parent 7083d475db
commit b3b590dbf3
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

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