mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition.git
synced 2024-10-01 01:15:36 -04:00
Update after Blue-OCI rebuilds
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
18d5d4b591
commit
c04b7a84f9
@ -6,5 +6,5 @@ time_zone = "localtime"
|
||||
|
||||
[[updates.periodic.window]]
|
||||
days = [ "Tue", "Fri" ]
|
||||
start_time = "0:00"
|
||||
start_time = "2:00"
|
||||
length_minutes = 60
|
@ -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"
|
||||
},
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user