On Thu, Feb 15, 2024, at 21:52, Florian Obser wrote: > > 0 3 * * * root sysupgrade > > This will stop working at the next release. Assuming you want to run -current.
Thanks, changed to 'sysupgrade -s'. > >30 3 * * * root pkg_add -u > > This will most likely run after package daemons have started. There is an > example in upgrade.site(5) how to do this differently. Thanks, very helpful, now using /upgrade.site to update packages after sysupgrades.