In the Pihole RTC setup the `hwclock-set` shell is script is overwritten with custom content. The original however contains this on the last line: ```shell # Note 'touch' may not be available in initramfs > /run/udev/hwclock-set ``` which the overwrite is missing.