1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

perhaps debian moved hwclock from /usr/sbin to /sbin

This commit is contained in:
George Hunt 2018-02-16 05:20:42 +00:00
parent 891550b654
commit 304e8b1b8c

View file

@ -1,3 +1,3 @@
# /etc/udev/rules.d/92-rtc-i2c.rules
#
ACTION=="add", SUBSYSTEM=="rtc", ATTRS{hctosys}=="0", RUN+="/usr/sbin/hwclock -s --utc"
ACTION=="add", SUBSYSTEM=="rtc", ATTRS{hctosys}=="0", RUN+="/sbin/hwclock -s --utc"