blob: 972e4aab3bd6d5375ad4404c2ab3b01afa41c2c6 (
plain)
1
2
3
4
|
# Set the System Time from the Hardware Clock and set the kernel's timezone
# value to the local timezone when the kernel clock module is loaded.
KERNEL=="rtc0", RUN+="/lib/udev/hwclock-set $root/$name"
|