New comment by Clos3y on void-packages repository https://github.com/void-linux/void-packages/issues/49682#issuecomment-2036963519 Comment: Regarding the `fcron` aspect, `check_system_crontabs.sh` overwrites the system crontab (https://github.com/yo8192/fcron/blob/f49f631186c5ef8881845f43d9e58214dfa897b6/script/check_system_crontabs.sh#L9-L11), so I don't think distributing that script is a good idea. As for `sysstat` specifically, I'm not sure what the solution is. When you look at the sysstat makefile (https://github.com/sysstat/sysstat/blob/443ade20dacee37c4e1cac946212f467a22fcac5/Makefile.in#L625-L632) there are only two options for cron on systemd-less distros: either in `/etc/cron.d` or `/etc/cron.{daily,hourly}`. But the latter causes cron to halt for 50 minutes (#49553).