Skip to content

pkgadmin: Use systemd.timer instead of cron #346

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Commits on Sep 11, 2023

  1. pkgadmin: Use systemd.timer instead of cron

    Now that many workstations are switched off during nighttime, we have
    the problems that these don't pull new packages.
    
    Use systemd.timer and utilize `Persistent=true` to catch up on missed
    events at boot time. Also use `RandomizedDelaySec=2 hours` to avoid
    overloading the fileserver or the network when a new big package is
    going to be pulled by all systems.
    donald committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    95138cc View commit details
    Browse the repository at this point in the history