1 # /etc/udev/rules.d/55-lfs.rules: Rule definitions for LFS.
5 # This causes the system clock to be set as soon as /dev/rtc becomes available.
6 SUBSYSTEM=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start"
7 KERNEL=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start"