Skip to content

Commit

Permalink
Update after Blue-OCI rebuilds
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 committed Jul 22, 2024
1 parent 18d5d4b commit c04b7a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/zincati/config.d/55-updates-strategy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ time_zone = "localtime"

[[updates.periodic.window]]
days = [ "Tue", "Fri" ]
start_time = "0:00"
start_time = "2:00"
length_minutes = 60
2 changes: 1 addition & 1 deletion x86-QEMU-Docker.ign
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"name": "[email protected]"
},
{
"contents": "[Unit]\nDescription=Run docker-compose-updater for /srv/%I once a week, 15 mintues after OS updates\n\n[Timer]\nOnCalendar=Fri 0:15\nPersistent=true\n\n[Install]\nWantedBy=timers.target\n",
"contents": "[Unit]\nDescription=Run docker-compose-updater for /srv/%I once a week, 15 mintues after OS updates\n\n[Timer]\nOnCalendar=Fri 2:15\nPersistent=true\n\n[Install]\nWantedBy=timers.target\n",
"enabled": false,
"name": "[email protected]"
},
Expand Down
2 changes: 1 addition & 1 deletion x86-QEMU-Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ systemd:
Description=Run docker-compose-updater for /srv/%I once a week, 15 mintues after OS updates
[Timer]
OnCalendar=Fri 0:15
OnCalendar=Fri 2:15
Persistent=true
[Install]
Expand Down

0 comments on commit c04b7a8

Please sign in to comment.