There is a new pull request by dreamtigers against master on the void-packages repository https://github.com/dreamtigers/void-packages master https://github.com/void-linux/void-packages/pull/14985 New package: fake-hwclock-0.11 Save/restore system clock on machines without working RTC hardware. Some machines don't have a working Real Time Clock (RTC) unit, or no driver for said hardware. `fake-hwclock` is a simple set of scripts to save the kernel's current clock periodically (including at shutdown) and restore it at boot so that the system clock keeps at least close to the real time. This will stop some of the problems that may be caused by a system believing it has travelled in time back to 1970, such as needing to perform filesystem checks at every boot. This is originally a Debian package, and as Debian uses `systemd` as it's init and service manager, most of the init and service instructions were useless for Void. I took the liberty of adapting the scripts and patching the manpage with the instructions to make `fake-hwclock` execute on boot and shutdown in Void Linux (or at least distributions that use `runit` as init), all while being as faithful to upstream as possible. A patch file from https://github.com/void-linux/void-packages/pull/14985.patch is attached