1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-09-07 17:13:30 -04:00

Update after Blue-OCI rebuilds

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-07-21 20:03:39 -07:00
parent 18d5d4b591
commit c04b7a84f9
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
3 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@ time_zone = "localtime"
[[updates.periodic.window]]
days = [ "Tue", "Fri" ]
start_time = "0:00"
start_time = "2:00"
length_minutes = 60

View File

@ -239,7 +239,7 @@
"name": "docker-compose-updater@.service"
},
{
"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": "docker-compose-updater@.timer"
},

View File

@ -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]