New comment by Clos3y on void-packages repository https://github.com/void-linux/void-packages/issues/49553#issuecomment-2022965125 Comment: > Surely cronie runs all jobs in parallel? Seemingly not. `cronie` and `fcron` call `run-parts` which, if you execute it on `/etc/cron.hourly`, will take 50 mins to finish due to `sysstat`'s current form. > But perhaps sysstat should use a /etc/cron.d file, as run-parts from 0hourly will run in sequence (by design). > > So sysstat shouldn't be run from cron.hourly. Yeah that sounds sensible, so just change these to `etc/cron.d`? https://github.com/void-linux/void-packages/blob/fc3f3c3707cc096e854dba26d80df1ac390bc411/srcpkgs/sysstat/template#L25-L26