xanmanning / alarm-fake-hwclock

Fake HWClock script for RPi Arch Linux Arm (replicates Raspbian's fake-hwclock)
Other
36 stars 11 forks source link

reload time as soon as possible #3

Closed a-detiste closed 10 years ago

a-detiste commented 10 years ago

I pushed the same in Debian/Raspbian.

https://github.com/a-detiste/fake-hwclock/blob/master/debian/fake-hwclock.service

Reloading the clock doesn't even need a read-write root fs, this can happen really soon. ( sysinit.target is roughly equivalent to runlevel "S")

xanmanning commented 10 years ago

Agreed, it makes sense to set the time as soon as possible.

xanmanning commented 10 years ago

Thanks for this @a-detiste