This commit is contained in:
Emmanuel Viennet 2021-12-04 21:18:00 +01:00
parent baa5286dae
commit 3aa115e7a2
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.0.67"
SCOVERSION = "9.0.68"
SCONAME = "ScoDoc"

View File

@ -7,12 +7,12 @@
#
[Unit]
Description=Upgrade ScoDoc and Linux each week on Saturday night (sunday, 2:30 am)
Description=Upgrade ScoDoc and Linux each night (2:30 am + random delay)
[Timer]
OnCalendar=Sun *-*-* 02:30:00
OnCalendar=*-*-* 02:30:00
# Add random delay, to avoid overloading ScoDoc upgrade server
RandomizedDelaySec=30min
RandomizedDelaySec=40min
[Install]
WantedBy=timers.target