Replace deprecated OnCalendar option with startAt
This commit is contained in:
parent
7083d475db
commit
b3b590dbf3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue