blob: c4c0b1745cba0b1581acecbdaa9a8804c2b4d494 (
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+="/usr/lib/udev/hwclock-set $root/$name"
|